View source: R/data_firebrowse.R
parseFirebrowseMetadata | R Documentation |
Query the FireBrowse API for metadata
parseFirebrowseMetadata(type, ...)
type |
Character: metadata to retrieve |
... |
Character: parameters to pass to query (optional) |
List with parsed response
psichomics:::parseFirebrowseMetadata("Dates")
psichomics:::parseFirebrowseMetadata("Centers")
psichomics:::parseFirebrowseMetadata("HeartBeat")
# Get the abbreviation and description of all cohorts available
psichomics:::parseFirebrowseMetadata("Cohorts")
# Get the abbreviation and description of the selected cohorts
psichomics:::parseFirebrowseMetadata("Cohorts", cohort = c("ACC", "BRCA"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.