get.aff | R Documentation |
Extracts the affiliation tag information from NISO-JATS coded XML file or text as a vector of affiliations.
get.aff(x, remove.html = FALSE, letter.convert = TRUE)
x |
a NISO-JATS coded XML file or text. |
remove.html |
Logical. If TRUE removes all html tags. |
letter.convert |
Logical. If TRUE converts hexadecimal and HTML coded characters to Unicode. |
Character vector with the extracted affiliation name/s.
JATSdecoder
for simultaneous extraction of meta-tags, abstract, sectioned text and reference list.
x<-"Some text <aff>Some affiliation</aff> some text"
get.aff(x)
x<-"TEXT <aff>Some affiliation</aff> TEXT <aff>Some other affiliation</aff> TEXT"
get.aff(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.