R/pub_sections.R

Defines functions pub_sections

Documented in pub_sections

#' Sections
#' 
#' The possible sections of an XML article that are supported
#' for retrieval
#' 
#' @export
#' @return character vector
#' @examples
#' pub_sections()
pub_sections <- function() {
  c("front","body","back","title","doi","categories",
    "authors","aff","keywords",
    "abstract","executive_summary","refs","refs_dois",
    "publisher","journal_meta","article_meta",
    "acknowledgments","permissions","history")
}

Try the pubchunks package in your browser

Any scripts or data that you put into this service are public.

pubchunks documentation built on Sept. 4, 2020, 5:06 p.m.