View source: R/open_alex_restclient.R
openalex_work | R Documentation |
This function retrieves works given an identifier
openalex_work(identifier, format = "table", use_random = FALSE)
identifier |
string with identifier |
format |
one of "table" or "object" |
use_random |
logical to indicate whether to use random identifier, Default: FALSE |
as per format, either a tibble or an R object
## Not run:
openalex_work(use_random = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.