View source: R/split_direction.R
split_direction | R Documentation |
These functions were first written by @yusuzech See stackoverflow: https://stackoverflow.com/questions/58251748/how-to-efficiently-import-multiple-excel-tables-located-in-one-sheet-into-an-r-l/58252193#58252193 and GitHub: https://github.com/yusuzech/tidyverse_notes/blob/master/utility/read_excel_tables.md
split_direction(df, direction)
df |
A data.frame to be split |
direction |
A string denoting whether to split on a row or column ("col" or "row") |
Other split tables functions:
split_df()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.