Description Usage Arguments Details Value Examples
Extract and join all data frames with given frequency
1 | extract_by_frequency(all_data, freq = 12)
|
all_data |
all_data provided by 'read_economic_indicator_files' |
freq |
frequency to extract |
Extract and join all data frames with given frequency
joined tibble of all series
1 2 3 | filenames <- "~/Documents/inflation_platon/data/Data/Economic Indicator_Russia Consumer Prices, Core CPI, Total, Index, DecPY=100_30 Nov 2017.xlsx"
# all_data <- read_economic_indicator_files(filenames)
# df_monthly <- extract_by_frequency(all_data, freq = 12)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.