intchron_tabulate: Extract a data frame from IntChron responses

View source: R/response.R

intchron_tabulateR Documentation

Extract a data frame from IntChron responses

Description

Takes a list of responses from an IntChron request and extracts the data series and associated metadata as a data frame.

Usage

intchron_tabulate(x)

Arguments

x

A list of IntChron responses.

Value

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.

See Also

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

Examples

khiv <- intchron_request(intchron_url("record", c("oxa", "nrcf"), "Jordan", "Kharaneh IV"))
intchron_tabulate(khiv)

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