pub_chunks()
gains new parameter extract
to determine the final step of extracting text from XML format articles - use either as.character()
or xml2::xml_text()
(#11)sections="aff"
in pub_chunks()
- keep all rows in merging data from different affilitation metadata parts to not lose any data (#7)pub_chunks()
with sections="refs"
(fetching references from an article). all reference extraction was simply extracting the entire reference, which lost all white space. now there are custom reference parsers for the various types of reference formats. there still are outstanding issues, so do please point out where ref. extraction is not correct (#2)pub_chunks()
now have defaults for extracting the section, and return NULL/empty list when not found (#3) (#4)print.pub_chunks
so that the printed object contains more information (publisher/journal title) and more accurate ('character' used to include xml as character string and file paths, but are separated now). in addition, we state that the first 5 sections are printed so the user knows there could be more (#8)pub_tabularize()
to accept list outputs from pub_chunks()
(#5)Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.