write_sample_set_hash.Rd
Update or create a file to track unique identifiers for sample sets in GAMBL
write_sample_set_hash(update = TRUE, new_sample_sets_df)
Leave as TRUE for default functionality (i.e. updating the existing table). If the table doesn't exist you probably need to pull from Master.
Data frame of all existing and new sample sets. Required when running in default update mode.
Run this function with update = TRUE
(default) to use an existing sample table.
If this table does not exist, perhaps you need to pull from the master branch.
If this function is run with the default for update
, the user must also provide the new sample sets with the new_sample_sets_df
.