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)