new_exp.Rd
Create a template folder for flow cytometry experiments
new_exp(path = NULL, name = NULL, date_prefix = T)
path to the parent directory where the experiment folder is to be initiated
name of the experiment folder
logical if the folder name should be prefixed with the current date
No return value. Instead a folder with template files is written to disk.
if (FALSE) {
new_exp(path = '/Users/CMS/Documents/experiments', name = 'CD3_titration')
}