Skip to contents

This function retrieves works given an identifier

Usage

openalex_work(identifier, format = "table", use_random = FALSE)

Arguments

identifier

string with identifier

format

one of "table" or "object"

use_random

logical to indicate whether to use random identifier, Default: FALSE

Value

as per format, either a tibble or an R object

Examples

if (FALSE) { # \dontrun{
 openalex_work(use_random = TRUE)
 } # }