Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


blsR (version 0.5.0)

merge_tidy_tables: Turn a list of one or more series into a single table of time series data

Description

merge_tidy_tables() turns a list of series as returned by data_as_tidy_table() into a single tibble

Usage

merge_tidy_tables(tidy_tables)

Value

tibble

Arguments

tidy_tables

a named list of tables with matching periodicity. Mixing data with different (monthly, quarterly, annual) periodicity is unsupported. The list names will be used as column names in the output.

See Also

Other blsR-utils: bls-api-key, data_as_table(), data_as_tidy_table(), merge_tables(), reduce_spanned_responses(), span_request_queries(), span_series_request(), tidy_periods(), tidy_table_as_zoo()