This is a function that returns a dataframe with all of the format entries that have no associated input records.
For more information on how to use this function see the "Pre-release-database-cleanup" script in the 'vignettes' folder
or look at the README
Usage
write_out_table(table, table_name, outdir, relevant_table_columns)
Arguments
- table
a table that is output from one of the find_* functions
- table_name
name of table
- outdir
path to folder into which the editable table will be written
- relevant_table_columns
a list of all columns to keep. ID and table name will be automatically included.