pull_subset_db.Rd
Pull a subset database from a given "archive" database based on a given start date and end date and a variant file
pull_subset_db(
archiveFile,
startDate,
endDate,
NewDBFile,
variantFile,
force = FALSE,
silently = TRUE
)
string name of archive db file or db file to subset from, e.g. "databases/All_Assay_Archive.db"
string start date of data to be included in subset db, e.g. "2022-05"
string end date of data to be included in subset db, e.g. "2022-07"
string name of new subset db file, e.g. "DB_files/DB_3M/all_May-July_SD08-15_subgroups.db"
string name of .csv file containing breakdown of lineage/subgroup names of sequences, e.g. "who_lineages_subgroups.csv"
logical value indicating whether or not to force override already existing subset db with same name
logical value indicating whether to print tables created in subset db