Skip to content

Commit 0631b73

Browse files
committed
added verbose argument for detailed error reporting
1 parent 5dc2a61 commit 0631b73

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

R/prep_dyads.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#' @param lemmatize logical, should words be lemmatized (switched to base morphological form), default is TRUE
1010
#' @param which_stoplist user-specified stopword removal method with options including "none", "SMART", "MIT_stops", "CA_OriginalStops", or "Temple_Stopwords25".
1111
#' "Temple_Stopwords25 is the default list
12+
#' @param verbose display detailed output such as error messages and progress (default is TRUE)
1213
#' @returns
1314
#' dataframe with text cleaned and vectorized to a one word per-row format.
1415
#' Lexical norms and metadata are appended to each content word. Cleaned text appears under a new column

man/prep_dyads.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)