Description Usage Arguments Value Examples
Get metadata information from BioThings API metadata endpoints
1 2 3 4 5 6 7 | btMetadata(biothings, ...)
## S4 method for signature 'BioThingsClient'
btMetadata(biothings, ...)
## S4 method for signature 'character'
btMetadata(biothings, ...)
|
biothings |
A BioThings class object |
... |
Additional API parameters. See API documentation. |
A list of results from the metadata endpoint
1 2 | metadata <- btMetadata("gene")
head(metadata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.