View source: R/split_direction.R
split_df | R Documentation |
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)
df |
A data.frame to be split |
showWarning |
A logical denoting whether to show warning message |
complexity |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.