Convert OpenAlex collection of institutions' records from list format to data frame
Source:R/oa2df.R
institutions2df.Rd
It converts bibliographic collection of institutions' records gathered from OpenAlex database https://openalex.org/ into data frame.
The function converts a list of institutions' records obtained using oa_request
into a data frame/tibble.
Usage
institutions2df(
data,
verbose = TRUE,
pb = if (verbose) oa_progress(length(data)) else NULL
)