Skip to contents

Internal Function: Called within the metadata_map function.

It reads in the metadata dataframe and counts how many of the variables have empty descriptions.

Usage

empty_count(dataframe)

Arguments

dataframe

Dataframe representing metadata, 'Section' column as factor

Value

Returns a long dataframe with 3 columns: Empty (No, Yes), Table (table name), N_Variables (count).

See also