powered by
partition_table populates a folder
partition_table
partition_table(.data, dir, ...)
invisibly returns all written files' addresses.
a tibble.
directory where to write the csv files. Must exist before function call.
comma-separated variables used to define groupings.
if (FALSE) { tibble( x = rnorm(1000), y = runif(1000) + x, group = sample(letters, 1000, replace = TRUE)) %>% partition_table(tempdir()) }
Run the code above in your browser using DataLab