Description Usage Arguments Value See Also Examples
Show all possible manifest file formats for the current selection of projects in the HCAExplorer object. To be used in conjunction with 'getManifest()'.
1 2 | ## S4 method for signature 'HCAExplorer'
getManifestFileFormats(x)
|
x |
An HCAExplorer object |
A character vecotr of information about possible file formats.
HCAExplorer
for the HCAExplorer class
getManifest
for how to obtain the manifest file.
1 2 3 4 5 6 7 8 9 10 11 12 | ## Initiate an HCAExplorer object.
x <- HCAExplorer()
## View the HCAExplorer object to decide which projects to subset.
x
## Decide to subset to just obtain the first two projects.
x[1:2,]
x
## Get all possible manifest file formats for projects.
formats <- getManifestFileFormats(x)
formats
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.