Learn R Programming

sentometrics (version 1.0.0)

nobs.sento_measures: Get number of observations in the sentiment measures

Description

Returns the number of data points available in the sentiment measures.

Usage

# S3 method for sento_measures
nobs(object, ...)

Value

The number of rows (observations/data points) in object[["measures"]].

Arguments

object

a sento_measures object created using sento_measures.

...

not used.

Author

Samuel Borms