Browse Source

spelling

master
boB Rudis 7 years ago
parent
commit
bdb4373869
No known key found for this signature in database GPG Key ID: 2A514A4997464560
  1. 2
      R/clean.r
  2. 2
      man/clean_text.Rd

2
R/clean.r

@ -1,7 +1,7 @@
#' Remove all tags from a document
#'
#' This is designed to be run on the `$content` component of the `data.frame` returned
#' by `just_the_facts()`. It can be run on any `htmnl_document` or atomic character vectors
#' by `just_the_facts()`. It can be run on any `html_document` or atomic character vectors
#' (which it will parse into an `html_document`) and it will return an atomic character
#' vector of only plain text (i.e. it will remove all tags).
#'

2
man/clean_text.Rd

@ -14,7 +14,7 @@ atomic character vector of cleaned text
}
\description{
This is designed to be run on the \code{$content} component of the \code{data.frame} returned
by \code{just_the_facts()}. It can be run on any \code{htmnl_document} or atomic character vectors
by \code{just_the_facts()}. It can be run on any \code{html_document} or atomic character vectors
(which it will parse into an \code{html_document}) and it will return an atomic character
vector of only plain text (i.e. it will remove all tags).
}

Loading…
Cancel
Save