split_direction.Rd
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)
A data.frame to be split
A string denoting whether to split on a row or column ("col" or "row")
Other split tables functions:
split_df()