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
ariticle-id nodes with pub-id-type pmcid are now missing from PMC xml and pmc_metadata does not return a PMCID (or other unique identifier). This line in pmc_metadata needs to be replaced, see https://www.ebi.ac.uk/europepmc/webservices/rest/PMC2231364/fullTextXML
pmcid <- xml2::xml_text(xml2::xml_find_first(doc, "//front//article-id[@pub-id-type='pmcid']")) # test doc <- pmc_xml("PMC2231364") pmc_metadata(doc)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ariticle-id nodes with pub-id-type pmcid are now missing from PMC xml and pmc_metadata does not return a PMCID (or other unique identifier). This line in pmc_metadata needs to be replaced, see https://www.ebi.ac.uk/europepmc/webservices/rest/PMC2231364/fullTextXML
The text was updated successfully, but these errors were encountered: