Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Nov 26, 2020
1 parent 85089c6 commit f3e2bd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#' @param alpha logical indicating to keep only alphanumeric characters. Defaults to TRUE.
#' @param tolower logical indicating to lowercase \code{x}. Defaults to TRUE.
#' @param trim logical indicating to trim leading/trailing white space. Defaults to TRUE.
#' @return the character vector \code{x} of the same length as \code{x}
#' which is standardised by translating to ascii, lowercasing and
#' @return a character vector of the same length as \code{x}
#' which is standardised by converting the encoding to ascii, lowercasing and
#' keeping only alphanumeric elements
#' @export
#' @examples
Expand Down
4 changes: 2 additions & 2 deletions man/txt_clean_word2vec.Rd

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

0 comments on commit f3e2bd1

Please sign in to comment.