keywords2df: Convert keywords from list to data frame
Description
The function converts a list of keywords obtained using oa_request or
oa_fetch(output = "list") into a data frame/tibble. More on keyword at
<https://help.openalex.org/hc/en-us/articles/24736201130391-Keywords>.
Usage
keywords2df(data, verbose = TRUE)
Value
a data.frame.
Arguments
data
List. Output of oa_request.
verbose
Logical.
If TRUE, print information about the dataframe conversion process.
Defaults to TRUE.