Description Usage Arguments Details Value Author(s) Examples
Split fields as Author Address, Authors, Keywords and return a data frame.
1 |
|
a vector with text |
|
the character used to separate the fields |
|
can be 'institution', 'country' or 'whole field' |
Write the details about the functions here! Can be in more that one line.
a data frame from the divided string
Roney Fraga Souza, Winicius Sabino
1 2 3 4 5 6 7 | ## Not run: Split the author address from Web of Science (WoS)
c1 <- split_bib(p$AuthorAddress, by=';', address='whole field')
# get the country
country <- split_bib(p$AuthorAddress, by=';', address='country')
# get the institution of research of the authors
inst <- split_bib(p$AuthorAddress, by=';', address='institution')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.