split_df.Rd
Split a large table into smaller tables if there are blank columns or rows. This function can detect several tables even if they are not neatly placed (e.g. not placed in a grid)
split_df(df, showWarning = TRUE, complexity = 1)
A data.frame to be split
A logical denoting whether to show warning message
An integer. Starting at 1, increase complexity if tables don't split correctly.
If you still see entire rows or columns missing. Please increase complexity
Other split tables functions:
split_direction()