Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions R/check_text.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#' @param n The number of affected elements to print out (the rest are truncated).
#' @param \ldots ignored.
#' @return Returns a list with the following potential text faults report:\cr
#' \itemize{
#' \item{contraction}{- Text elements that contain contractions}
#' \item{date}{- Text elements that contain dates}
#' \item{digit}{- Text elements that contain digits/numbers}
Expand All @@ -42,7 +41,7 @@
#' \item{tag}{- Text elements that contain Twitter style handle tags (e.g., @@trinker)}
#' \item{time}{- Text elements that contain timestamps}
#' \item{url}{- Text elements that contain URLs}
#' }
#'
#' @note The output is a list containing meta checks and elemental checks
#' but prints as a pretty formatted output with potential problem elements, the
#' accompanying text, and possible suggestions to fix the text.
Expand Down
2 changes: 1 addition & 1 deletion R/replace_html.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#' }
#'
#' @param x The text variable.
#' @param symbol logical. If code{TRUE} the symbols are retained with appropriate
#' @param symbol logical. If \code{TRUE} the symbols are retained with appropriate
#' replacements. If \code{FALSE} they are removed.
#' @param \ldots Ignored.
#' @return Returns a vector with HTML markup replaced.
Expand Down
2 changes: 0 additions & 2 deletions man/check_text.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/replace_html.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.