getManifestFileFormats {HCAExplorer} | R Documentation |
Show all possible manifest file formats for the current selection of projects in the HCAExplorer object. To be used in conjunction with 'getManifest()'.
## 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.
## 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