A function that breaks a data frame into a smaller number of data frames of equal number of rows.
1 |
1 2 | x <- as_tibble(1:1000)
p <- cut_df(x,2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.