#' @title Get chunks of XML articles
#'
#' @description Pass XML in various forms, and get out specific sections
#' of articles. It makes not knowing what XPath/CSS selectors are totally
#' fine.
#'
#' @name pubchunks-package
#' @importFrom stats na.omit
#' @importFrom data.table rbindlist setDF
#' @importFrom rcrossref cr_journals
#' @aliases pubchunks
#' @docType package
#' @author Scott Chamberlain
#' @keywords package
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.