Learn R Programming

sentometrics (version 0.7.5)

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, ...)

Arguments

object

a sento_measures object created using sento_measures.

...

not used.

Value

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