auth_aff_dict | R Documentation |
Creates a dictionary-like author-affiliation and identifies country based on affiliation free-text field
auth_aff_dict(authors_names, affiliation_dict)
affiliation_dict |
List of affiliation copied and pasted from PMC PubMed Central |
authors_name |
Authors list copied and pasted from PMC PubMed Central |
This function was desinged to be applied to PubMed indexed studies published before 2014 (PubMed did not include all author affiliation information in their metadata) and for a few studies > 2014 with non-indexed affiliations.
This function returns a data.frame
with the list of authors of a queried scientific publication and detected country of affiliations
Hugo Fitipaldi
authors_names <- "John Doe,1 Jane Doe,2,3"
affiliation_dict <- "1 Affiliation ONE, Recife, Brazil\n2 Affiliation TWO, Kent, Ohio, United States\n3 Affiliation THREE, Malmo, Sweden"
auth_aff_dict(authors_names, affiliation_dict)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.