nobs.sento_measures {sentometrics} | R Documentation |
Returns the number of data points available in the sentiment measures.
## S3 method for class 'sento_measures'
nobs(object, ...)
object |
a |
... |
not used. |
The number of rows (observations/data points) in object[["measures"]]
.
Samuel Borms