R/sentomeasures_methods.R
nobs.sento_measures.RdReturns the number of data points available in the sentiment measures.
# S3 method for sento_measures nobs(object, ...)
| object | a |
|---|---|
| ... | not used. |
The number of rows (observations/data points) in object[["measures"]].
Samuel Borms