dot-remove_df_columns: utility function to remove columns that contain 'data.frame'...

.remove_df_columnsR Documentation

utility function to remove columns that contain data.frame type

Description

The dplyr::bind_rows function does not work with data.frame columns, so simply remove them as needed.

Usage

.remove_df_columns(df)

Arguments

df

a data.frame that will have all columns of type data.frame removed

Value

df, but without any data.frame columns


seandavi/sars2pack documentation built on May 13, 2022, 3:41 p.m.