intchron_request | R Documentation |
Gets the requested records from IntChron in JSON format and parses them to a named list.
intchron_request(url, strict = FALSE)
url |
Vector of addresses to IntChron records. See |
strict |
If |
This function is intended to make batch requests to IntChron, so by default
it tries to recover from HTTP errors wherever possible. Requests for records
that don't exist or which produce a server error return NA
with a warning.
To disable this behaviour and stop execution when HTTP errors occur, set
strict = TRUE
.
A list of parsed responses.
Other functions for interacting with the IntChron API:
intchron_crawl()
,
intchron_extract()
,
intchron_tabulate()
,
intchron_url()
intchron_request(intchron_url("record", "oxa", "Jordan", "Dhuweila"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.