tsl_ncol: Get Number of Columns in Time Series Lists

View source: R/tsl_ncol.R

tsl_ncolR Documentation

Get Number of Columns in Time Series Lists

Description

Get Number of Columns in Time Series Lists

Usage

tsl_ncol(tsl = NULL)

Arguments

tsl

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

Value

list

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_nrow(), tsl_repair(), tsl_subset(), tsl_time(), tsl_to_df()

Examples

#initialize time series list
tsl <- tsl_simulate(
  n = 2,
  cols = 6
)

#number of columns per zoo object
tsl_ncol(tsl = tsl)

distantia documentation built on April 4, 2025, 5:42 a.m.