Description Usage Arguments Value See Also Examples
Allows subsetting an HCAExplorer object by row number or project name. This method internally acts as a filter and actually performs a query using "projectIds".
1 2 |
x |
An HCAExplorer object. |
i |
Either a numeric vector indicating which rows to choose or a character vector of project titles indicating which projects to choose. |
j |
Unused argument. |
... |
Unused argument. |
drop |
Unused argument. |
An HCAExplorer object with the applied subset.
HCAExplorer
for the HCAExplorer class,
filter
for how to performm a query on an HCAExplorer object.
1 2 3 4 5 6 7 | ## Initiate an HCAExplorer Object.
x <- HCAExplorer()
## View object to decide which projects to choose.
x
## Decide to select projects 1, 2, 3, and 7
x <- x[c(1:3, 7)]
x
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.