intchron_tabulate | R Documentation |
Takes a list of responses from an IntChron request and extracts the data series and associated metadata as a data frame.
intchron_tabulate(x)
x |
A list of IntChron responses. |
A tibble
combining the data from all responses. Bibliographic references
are returned as a list column containing a vector of citation keys (ref: or
doi:) for each record.
Other functions for interacting with the IntChron API:
intchron_crawl()
,
intchron_extract()
,
intchron_request()
,
intchron_url()
khiv <- intchron_request(intchron_url("record", c("oxa", "nrcf"), "Jordan", "Kharaneh IV"))
intchron_tabulate(khiv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.