Description Usage Arguments Value Author(s) References Examples
Set of rules for trimming and standardizing the format of address information retrieved from PubMed records. Affiliations including more than one address will be trimmend and only the first address will be returned.
1 | trim_address(addr)
|
addr |
Character string including an address as extracted from PubMed records. |
Character string including a formatted and trimmed address (if available).
Damiano Fantini damiano.fantini@gmail.com
https://www.data-pulse.com/dev_site/easypubmed/
1 2 3 4 | addr_string <- " 2 Dept of Urology, Feinberg School of Medicine,"
addr_string <- paste(addr_string, "Chicago, US; Dept of Mol Bio as well...")
print(addr_string)
print(trim_address(addr = addr_string))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.