From c7c0807583aeb91a16e3b2715f7eefcbeb58ce1c Mon Sep 17 00:00:00 2001 From: alexanderbates Date: Mon, 21 Oct 2024 23:56:22 -0400 Subject: [PATCH] Update banc-table.R --- R/banc-table.R | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/R/banc-table.R b/R/banc-table.R index ed62ee2..a2f3177 100644 --- a/R/banc-table.R +++ b/R/banc-table.R @@ -31,8 +31,7 @@ #' @param workspace_id A numeric id specifying the workspace. Advanced use only # since we can normally figure this out from \code{base_name}. # @param cached Whether to use a cached base object -#' @param token normally retrieved from \code{BANCTABLE_TOKEN} environment -#' variable. +# @param token normally retrieved from \code{BANCTABLE_TOKEN} environment variable. #' @param user,pwd banctable user and password used by \code{banctable_set_token} #' to obtain a token #' @param url Optional URL to the server @@ -82,7 +81,8 @@ banctable_query <- function (sql = "SELECT * FROM banc_meta", python=python, convert=convert, ac=ac, - token_name=token_name) + token_name=token_name, + workspace_id=workspace_id) df <- rbind(df,bc) offset <- offset+nrow(bc) if(!length(bc)|nrow(bc)