getAllDataTables: Get all the data tables

View source: R/collectAllMeta.R

getAllDataTablesR Documentation

Get all the data tables

Description

Get all the data tables

Usage

getAllDataTables(workspaces = NULL)

Arguments

workspaces

A character vector. Under the default (NULL), all the data tables from all the workspaces user has access to will be returned. If you specify this, the data tables only from the specified workspace(s) will be returned.

Value

A Data Frame of all the data tables

Examples

library(AnVILBase)
if (
    gcloud_exists() && identical(avplatform_namespace(), "AnVILGCP") &&
    nzchar(avworkspace_name())
) {
allDataTables <- getAllDataTables()
}


shbrief/RunTerraWorkflow documentation built on Aug. 5, 2024, 11:58 p.m.