AnVILBrowse | R Documentation |
Search AnVIL workspaces using keywords
AnVILBrowse(
keyword,
searchFrom = "all",
returnFrom = NULL,
metaTables = "default",
minAge = 0,
maxAge = 130,
minCount = 0,
workspaceTable = NULL,
workflowTable = NULL,
dataTable = NULL
)
keyword |
A character(1). Regular expression is accepted. For example,
you can search multiple keywords separated by the vertical bar (" |
searchFrom |
Under the default ( |
returnFrom |
Under the default ( |
metaTables |
Under the default ( |
minAge |
A numeric (1). Any data with a maximum participant age lower
than this parameter will be excluded from the output. Under the default
( |
maxAge |
A numeric (1). Any data with a minimum participant age higher
than this parameter will be excluded from the output. Under the default
( |
minCount |
A numeric (1). Any data with the number of subjects fewer
than this parameter will be excluded from the output. Under the default
( |
workspaceTable |
A data frame. This argument is counted only when
|
workflowTable |
A data frame. This argument is counted only when
|
dataTable |
A data frame. This argument is counted only when
|
A data frame of AnVIL resources containing keywords. Depending on
the returnFrom
argument, it can be workspaces, workflows, or data.
Under the default returnFrom = NULL
, it returns the same data type
as specified in searchFrom
or workspace for searchFrom = "all"
.
AnVILBrowse("malaria")
AnVILBrowse("resistance")
AnVILBrowse("resistance", searchFrom = "workflow")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.