jst_get_authors | R Documentation |
jst_get_authors()
extracts information about authors from JSTOR-XML files.
jst_get_authors(file_path)
file_path |
A |
The function returns a tibble
with the following six columns:
prefix: in case there was a prefix to the name, like "Dr."
.
given_name: The author's given name, like "Albert"
.
surname: The author's surname like "Einstein"
.
string_name: In some cases data the name is not available in separate
fields, but just as a complete string: "Albert Einstein"
.
suffix: a suffix to the name, like "Jr."
.
author_number: The authors are enumerated in the order they appear in the data.
A tibble
containing the extracted authors. All empty fields are
NA_character
.
jst_get_authors(jst_example("article_with_references.xml"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.