Skip to content

Commit

Permalink
prep CRAN v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sborms committed Dec 17, 2018
1 parent a1ac3a4 commit e7484f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions R/sentomeasures_main.R
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,8 @@ ctr_agg <- function(howWithin = "proportional", howDocs = "equal_weight", howTim
#' \item{stats}{a \code{data.frame} with a series of elementary statistics (mean, standard deviation, maximum, minimum, and
#' average correlation with all other measures) for each individual sentiment measure.}
#' \item{sentiment}{the sentiment scores \code{data.table} with \code{"date"}, \code{"word_count"} and lexicon--feature
#' sentiment scores columns. The \code{"date"} column has the dates already converted at the frequency for
#' the across-document aggregation.
#' If \code{ctr$do.ignoreZeros = TRUE}, all zeros are replaced by \code{NA}.}
#' sentiment scores columns. The \code{"date"} column has the dates converted at the frequency for
#' across-document aggregation. All zeros are replaced by \code{NA} if \code{ctr$do.ignoreZeros = TRUE}.}
#' \item{howDocs}{a single \code{character} vector to remind how sentiment across documents was aggregated.}
#' \item{fill}{a single \code{character} vector that specifies if and how missing dates have been added before
#' aggregation across time was carried out.}
Expand Down
5 changes: 2 additions & 3 deletions man/sento_measures.Rd

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

0 comments on commit e7484f4

Please sign in to comment.