intchron_hosts | R Documentation |
These functions query IntChron to list the available databases ('hosts') or countries (optionally filtering by host).
intchron_hosts()
intchron_countries(hosts = NA)
hosts |
Vector of databases to query (for list of available countries).
Leave |
A tibble
of available hosts or countries.
Other functions for querying IntChron:
intchron()
# List available hosts
intchron_hosts()
# List available countries
intchron_countries()
# List available countries for specific hosts
intchron_countries(c("intimate", "egyptdb"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.