Crossref Works API provides information given an ISBN and here we return the title, DOIs and related ISBNs.
cr_isbn_lookup(isbn)data frame with information
For more information, see # https://api.crossref.org/swagger-ui/index.html#/Works/get_works
if (FALSE) { # \dontrun{
if(interactive()){
 cr_isbn_lookup("9783030755379")
 }
} # }