keywords2df | R Documentation |
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>.
keywords2df(data, verbose = TRUE)
data |
List. Output of |
verbose |
Logical. If TRUE, print information about the dataframe conversion process. Defaults to TRUE. |
a data.frame.
## Not run:
x <- oa_fetch(
entity = "keywords",
options = list(sample = 5),
output = "list"
)
df <- oa2df(x, entity = "keywords")
df
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.