Creates a log of dataframe shape, and entry missingness
Usage
df_shape_log_message(data_to_log)
Arguments
- data_to_log
dataset to create a log message from
Value
a string summarising the dataframe shape and missing info
Examples
df_shape_log_message(cars)
#> Dataframe has: 50 rows, 2 columns,
#> 50 rows without missing entries,
#> 2 columns without missing entries