change_direction: Change direction The function changes the direction...

Description Usage Arguments Examples

Description

Change direction The function changes the direction associated with a col_group/row_group in a processed_sheet - the output of process_sheet.

Usage

1
change_direction(processed_sheet, group, new_direction)

Arguments

processed_sheet

returned by process_sheet

group

row_group name / col_group name

new_direction

unpivotr compass direction

col_groups

format object read in by tidyxl::xlsx_cells

added_row_groups

format object read in by tidyxl::xlsx_cells

Examples

1
 tidyABS_example("environmental-economic-accounts.xlsx") %>%  process_sheet( sheets = "Table 6.1") %>% change_direction("row_group_01", "WNW") 

ianmoran11/tidyABS documentation built on May 30, 2019, 4:03 a.m.