Description Usage Arguments Value Examples
View source: R/rpubmed_locations.R
Extracts addresses of affiliated departments from Pubmed metadata email addresses are cleaned out.
1  |   get_article_location_data(abstracts)
 | 
abstracts | 
 A list of Pubmed records. e.g. from fetch_in_chunks()  | 
character vector of addresses
1 2 3 4 5  | ## Not run: 
# Extract affiliated addresses from article metadata:
affil_addresses <- get_article_location_data(abstracts)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.