R/chunks.R

Defines functions ft_tabularize ft_chunks

Documented in ft_chunks ft_tabularize

#' Extract chunks of data from articles
#' @export
#' @rdname ft_chunks-defunct
#' @keywords internal
ft_chunks <- function(...) { # nocov start
  .Defunct('pub_chunks', "pubchunks", "use pubchunks::pub_chunks")
}

#' Extract chunks of data from articles
#' @export
#' @rdname ft_tabularize-defunct
#' @keywords internal
ft_tabularize <- function(...) {
  .Defunct('pub_tabularize', "pubchunks", "use pubchunks::pub_tabularize")
} # nocov end

Try the fulltext package in your browser

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

fulltext documentation built on June 12, 2021, 9:06 a.m.