Get a SeaTable base object
Usage
seatable_base(
base_name = NULL,
table = NULL,
con = default_connection(),
workspace_id = con$workspace_id,
cached = TRUE
)Arguments
- base_name
Name of the base. Optional if
tableis supplied and unique across the server.- table
Name of a table whose base you want. Used to discover the base when
base_nameis not given.- con
- workspace_id
Workspace id. Defaults to the connection's
workspace_id; discovered frombase_namewhenNULL.- cached
Whether to use the memoised base object.