tsl_nrow function

Get Number of Rows in Time Series Lists

Get Number of Rows in Time Series Lists

tsl_nrow(tsl = NULL)

Arguments

  • tsl: (required, list) Time series list. Default: NULL

Returns

list

Examples

#simulate zoo time series tsl <- tsl_simulate( rows = 150 ) #count rows tsl_nrow( tsl = tsl )

See Also

Other tsl_management: tsl_burst(), tsl_colnames_clean(), tsl_colnames_get(), tsl_colnames_prefix(), tsl_colnames_set(), tsl_colnames_suffix(), tsl_count_NA(), tsl_diagnose(), tsl_handle_NA(), tsl_join(), tsl_names_clean(), tsl_names_get(), tsl_names_set(), tsl_names_test(), tsl_ncol(), tsl_repair(), tsl_subset(), tsl_time(), tsl_to_df()

  • Maintainer: Blas M. Benito
  • License: MIT + file LICENSE
  • Last published: 2025-02-01