We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this is a good list that could be gotten off of CR. Might belong into CR pkg. Overlaps with subugoe/biblids#23
The text was updated successfully, but these errors were encountered:
had this:
is_doi_on_cr <- function(x) { res <- httr::HEAD( url = paste0("https://api.crossref.org/works/", x) ) if (res$status_code == 200) { return(TRUE) } else if (res$status_code == 404) { return(FALSE) } else { httr::stop_for_status(res) } }
Sorry, something went wrong.
No branches or pull requests
this is a good list that could be gotten off of CR.
Might belong into CR pkg.
Overlaps with subugoe/biblids#23
The text was updated successfully, but these errors were encountered: