Skip to contents

This function is called within the browseMetadata function.

It reads in a data frame that summarises one table of the dataset.

It counts missing variable descriptions, based on specified criteria.

Usage

count_empty_desc(Table_df, Table_colname)

Arguments

Table_df

Output from json_table_to_df.R

Table_colname

Name of the table in column of the output dataframe

Value

A simpler dataframe with Y/N empty counts for variables in the table.