intchron_url | R Documentation |
Combines a series of vectors describing the location of an IntChron resource or resources into a properly encoded URL.
intchron_url(..., intchron_root = "https://intchron.org")
... |
Character vectors describing the path to the resource or resources. |
intchron_root |
Root address of IntChron. |
Character vector of URLs.
Other functions for interacting with the IntChron API:
intchron_crawl()
,
intchron_extract()
,
intchron_request()
,
intchron_tabulate()
# One resource
intchron_url("record", "oxa", "Jordan", "Dhuweila")
# Multiple resources
intchron_url("record", c("oxa", "nrcf"), "Jordan", "Kharaneh IV")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.