Crossref Works API provides information given an ISBN and here we return the title, DOIs and related ISBNs.

cr_isbn_lookup(isbn)

Arguments

isbn

character the ISBN to look up information for

Value

data frame with information

Examples

if (FALSE) { # \dontrun{
if(interactive()){
 cr_isbn_lookup("9783030755379")
 }
} # }