View source: R/collectAllMeta.R
getAllDataTables | R Documentation |
Get all the data tables
getAllDataTables(workspaces = NULL)
workspaces |
A character vector. Under the default ( |
A Data Frame of all the data tables
library(AnVILBase)
if (
gcloud_exists() && identical(avplatform_namespace(), "AnVILGCP") &&
nzchar(avworkspace_name())
) {
allDataTables <- getAllDataTables()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.