Description Usage Arguments Value Examples
Splits a large table into smaller tables based on a maximum number of rows
1 | splitTable(df, maxRows = 74)
|
df |
Data frame to split |
maxRows |
The maximum number of rows for the new table(s) |
A list of tables
1 | splitTable(airquality, maxRows = 50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.