Update or create a file to track unique identifiers for sample sets in GAMBL

write_sample_set_hash(update = TRUE, new_sample_sets_df)

Arguments

update

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.

new_sample_sets_df

Data frame of all existing and new sample sets. Required when running in default update mode.

Details

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.