diff --git a/NAMESPACE b/NAMESPACE index bd594f1..404f828 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -35,4 +35,5 @@ import(googleCloudStorageR) importFrom(googleAuthR,gar_auth) importFrom(googleAuthR,gar_auto_auth) importFrom(googleAuthR,gar_set_client) +importFrom(stats,setNames) importFrom(tools,file_ext) diff --git a/R/partition.R b/R/partition.R index b9415c7..fe85ecf 100644 --- a/R/partition.R +++ b/R/partition.R @@ -40,6 +40,7 @@ #' #' @seealso \href{Partitioned Tables Help}{https://cloud.google.com/bigquery/docs/creating-partitioned-tables} #' @export +#' @importFrom stats setNames bqr_partition <- function(sharded, partition, projectId = bqr_get_global_project(),