View source: R/remove_empty_tables.R
remove_empty_tables | R Documentation |
Remove empty tables from a list
remove_empty_tables(df_list)
df_list |
A list of tibbles or dataframes. |
The same list but with empty tables removed.
test_list <- list(item_a = tibble::tibble,
item_b = mtcars,
item_c = iris)
tidy_list <- remove_empty_tables(test_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.