new_exp | R Documentation |
Create a template folder for flow cytometry experiments
new_exp(path = NULL, name = NULL, date_prefix = T)
path |
path to the parent directory where the experiment folder is to be initiated |
name |
name of the experiment folder |
date_prefix |
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.
## Not run:
new_exp(path = '/Users/CMS/Documents/experiments', name = 'CD3_titration')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.