avworkspace_gadget | R Documentation |
workspace()
allows choice of workspace for
subsequent use. It is the equivalent of displaying workspaces
with avworkspaces()
, and setting the selected workspace with
avworkspace()
.
browse_workspace()
uses browseURL()
to open a
browser window pointing to the Terra workspace.
table()
allows choice of table in the current
workspace (selected by avworkspace()
or workspace()
) to be
returned as a tibble. It is equivalent to invoking avtables()
to show available tables, and avtable()
to retrieve the
selected table.
workflow()
allows choice of workflow for
retrieval. It is the equivalent of avworkflows()
for listing
available workflows, and avworkflow_configuration_get()
for
retrieving the workflow.
avworkspace_gadget()
browse_workspace(use_avworkspace = TRUE)
avtable_gadget()
avworkflow_gadget()
use_avworkspace |
logical(1) when |
workspace()
returns the selected workspace as a
character(1) using the format namespace/name, or character(0)
if no workspace is selected.
browse_workspace()
returns the status of a system()
call to launch the browser, invisibly.
table()
returns a tibble
representing the selected
AnVIL table.
workflow()
returns an avworkflow_configuration
object
representing the inputs and outputs of the selected
workflow. This can be edited and updated as described in the
"Running an AnVIL workflow within R" vigenette.
## Not run:
workspace()
browse_workspace(use_avworkspace = FALSE)
tbl <- table()
wkflw <- avworkflow_gadget()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.