| jst_get_footnotes | R Documentation |
This function extracts the content of fn-group from journal-articles.
jst_get_footnotes(file_path)
file_path |
The path to the |
The fn-group usually contains footnotes corresponding to the article.
However, since footnotes are currently not fully supported by DfR,
there is no comprehensive documentation on the different variants. jstor
therefore extracts the content of fn-group exactly as it appears in the
data. Because of this, there might be other content present than footnotes.
In order to get all available information on citation data, you might need to
combine jst_get_footnotes() with jst_get_references().
A tibble containing the content from fn-group (usually the
footnotes). If there were no footnotes, NA_character is returned for the
column footnotes.
jst_get_footnotes(jst_example("article_with_footnotes.xml"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.