View source: R/get_affiliations.R
get_affiliations | R Documentation |
Identifies country based on affiliation free-text field
get_affiliations(PMID, email = NULL, format.long = FALSE)
PMID |
PubMed IDentifier of the publication you wish to query |
email |
your email to access the OpenStreetMap API (if you wish to use this API on your query) |
format.long |
re-format your resulting |
This function was designed retrieve and pre-process the affiliation field of PubMed publications and to recognize the specific country of affiliation.
This function returns a data.frame
with the list of authors of a queried scientific publication and detected country of affiliations
Hugo Fitipaldi
get_affiliations(PMID = '30237159')
get_affiliations(PMID = '30237159', format.long = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.