Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbates committed Jul 25, 2024
1 parent 8851385 commit 66d50f1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export(banc_vnc_side_view)
export(banc_vnc_view)
export(banc_voxdims)
export(banc_xyz2id)
export(banctable_append_rows)
export(banctable_login)
export(banctable_query)
export(banctable_set_token)
Expand Down
3 changes: 2 additions & 1 deletion R/banc-table.R
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,9 @@ banctable_base_impl <- function (base_name = "banc_meta",
#' @export
#' @rdname banctable_query
banctable_append_rows <- function (df, table, base = NULL, chunksize = 1000L, ...) {
if (is.character(base) || is.null(base))
if (is.character(base) || is.null(base)){
base = banctable_base(base_name = base, table = table)
}
nx = nrow(df)
if (!isTRUE(nx > 0)) {
warning("No rows to append in `df`!")
Expand Down
2 changes: 1 addition & 1 deletion man/banc_change_log.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions man/banc_neuron_comparison_plot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion man/banctable_query.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66d50f1

Please sign in to comment.