Description Usage Arguments Value Examples
Given a vector of BioSample field (column) names, return a data frame of descriptions for each.
1 | field_descriptions(fields)
|
fields |
vector of field names, like |
data frame of field names and descriptions.
1 2 3 4 | fields <- c("env_biome", "env_feature")
descs <- field_descriptions(fields)
# descs is a data frame of field/descrption pairs
# Try View(descs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.