Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a feature to split large data frame #2

Open
atusy opened this issue Mar 14, 2020 · 0 comments
Open

Add a feature to split large data frame #2

atusy opened this issue Mar 14, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@atusy
Copy link
Owner

atusy commented Mar 14, 2020

Something like

cols

mtcars %>%
  split_cols(3) %>% # returns `list_of_data_frame` class
  as_flextable() # works as lapply(x, as_flextable)

if df is grouped, show grouping variables for each flextable.

rows

mtcars %>%
  splot_rows(3) %>% # returns `list_of_data_frame` class
  as_flextable() # works as lapply(x, as_flextable)
@atusy atusy added the enhancement New feature or request label Mar 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant