remove_empty_tables: Remove empty tables from a list

View source: R/remove_empty_tables.R

remove_empty_tablesR Documentation

Remove empty tables from a list

Description

Remove empty tables from a list

Usage

remove_empty_tables(df_list)

Arguments

df_list

A list of tibbles or dataframes.

Value

The same list but with empty tables removed.

Examples


test_list <- list(item_a = tibble::tibble,
                  item_b = mtcars,
                  item_c = iris)

tidy_list <- remove_empty_tables(test_list)


nationalparkservice/IMDQC documentation built on March 29, 2025, 10:54 p.m.