Utility function to calculate summary for each tibble in a supertibble
calc_metadata_stats(data)
data
: a tibble of redcap data stored in the redcap_data
column of a supertibbleA list containing:
data_rows
, the number of rows in the datadata_cols
, the number of columns in the datadata_size
, the size of the data in bytesdata_na_pct
, the percentage of cells that are NA excluding identifiers and form completion fieldsUseful links