intchron_url: Construct the address of IntChron resources

View source: R/intchron_api.R

intchron_urlR Documentation

Construct the address of IntChron resources

Description

Combines a series of vectors describing the location of an IntChron resource or resources into a properly encoded URL.

Usage

intchron_url(..., intchron_root = "https://intchron.org")

Arguments

...

Character vectors describing the path to the resource or resources.

intchron_root

Root address of IntChron.

Value

Character vector of URLs.

See Also

Other functions for interacting with the IntChron API: intchron_crawl(), intchron_extract(), intchron_request(), intchron_tabulate()

Examples

# One resource
intchron_url("record", "oxa", "Jordan", "Dhuweila")

# Multiple resources
intchron_url("record", c("oxa", "nrcf"), "Jordan", "Kharaneh IV")

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