intchron_hosts: List available databases and countries on IntChron

View source: R/intchron.R

intchron_hostsR Documentation

List available databases and countries on IntChron

Description

These functions query IntChron to list the available databases ('hosts') or countries (optionally filtering by host).

Usage

intchron_hosts()

intchron_countries(hosts = NA)

Arguments

hosts

Vector of databases to query (for list of available countries). Leave NA to list countries from all hosts.

Value

A tibble of available hosts or countries.

See Also

Other functions for querying IntChron: intchron()

Examples

# List available hosts
intchron_hosts()

# List available countries
intchron_countries()

# List available countries for specific hosts
intchron_countries(c("intimate", "egyptdb"))

joeroe/rintchron documentation built on July 30, 2023, 11:18 p.m.