Requests DOI prefixes from Crossref web site and returns as a data frame.

cr_publisher(doi_prefix = "all")

Arguments

doi_prefix

the prefix to look up, by default "all"

Value

data frame

Examples

if (FALSE) {
if(interactive()){
 cr_publisher()  # lookup all publishers
 cr_publisher(c("10.4172", "10.4236"))  # lookup given a few doi prefixes
 }
}