Description Usage Arguments Examples
Change direction
The function changes the direction associated with a col_group/row_group in a processed_sheet - the output of process_sheet
.
1 | change_direction(processed_sheet, group, new_direction)
|
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 |
added_row_groups |
format object read in by |
1 | tidyABS_example("environmental-economic-accounts.xlsx") %>% process_sheet( sheets = "Table 6.1") %>% change_direction("row_group_01", "WNW")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.