getData | R Documentation |
Data retrieval for databases within the IsoMemo initiative (https://isomemo.com/). Given the parameters Database name, category names, and field names.
getData(
db = getDatabaseList(mapping = "IsoMemo"),
category = NULL,
field = NULL,
mapping = "IsoMemo"
)
db |
(character) database options: "14CSea" "CIMA" "IntChron" "LiVES" |
category |
(character) domain specific categories of fields to retrieve: "Dating info","Isotopic proxies." If set to NULL (default) all categories are returned |
field |
(character) fields to return. If set to NULL (default) all fields will be returned |
mapping |
(character) Optionally, provide a specific mapping in order to obtain a list of databases only for that mapping. Check available mapping ids with getMappings() |
A data frame containing the requested databases, category domains, and variables of interest from the user
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.