intchron | R Documentation |
IntChron is an indexing service for chronological data from multiple sources. This function gets records from databases ('hosts') indexed by IntChron, optionally filtering by country and/or site.
intchron(hosts, countries = NA, sites = NA, tabulate = TRUE)
hosts |
Vector of databases to be retrieved, or "all". |
countries |
(Optional) Vector of countries to be retrieved. |
sites |
(Optional) Vector of sites to be retrieved. |
tabulate |
If |
At least hosts
must be specified. Use intchron_hosts()
to get a list of
currently available hosts, or "all" to retrieve data from any database.
See vignette("rintchron")
for further details.
A tibble
, or if tabulate = FALSE
, a list, of IntChron responses.
Other functions for querying IntChron:
intchron_hosts()
# Get data from Jordan from the ORAU and NERC databases
intchron(c("oxa", "nrcf"), countries = "Jordan")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.