Description Usage Arguments Value See Also Examples
Returns a list of all the metadata from the current selection of entries in the HCAExplorer object as a projectView object. This method is is meant to return a clear and useful represntation of the metadata of a selection of projects.
1 2 | ## S4 method for signature 'HCAExplorer'
viewProjects(x)
|
x |
An HCAExplorer object |
A list of all metadata in the selected entries. This list will contain mulitple lists representing the metadata.
HCAExplorer
for the HCAExplorer class.
[HCAExplorer()][projectView()]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Initiate an HCAExplorer object.
x <- HCAExplorer()
x
## Use viewProjects to show all metadata information relating to a project.
view <- viewProjects(x)
view
## Subset the data to obtain the first two rows.
x <- x[1:2,]
x
## Fewer projects have there metadata shown due to our previous subset.
view <- viewProjects(x)
view
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.