new_exp: Create a template folder for flow cytometry experiments

View source: R/new_exp.R

new_expR Documentation

Create a template folder for flow cytometry experiments

Description

Create a template folder for flow cytometry experiments

Usage

new_exp(path = NULL, name = NULL, date_prefix = T)

Arguments

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

Value

No return value. Instead a folder with template files is written to disk.

Examples

## Not run: 
new_exp(path = '/Users/CMS/Documents/experiments', name = 'CD3_titration')

## End(Not run)

Close-your-eyes/fcexpr documentation built on Sept. 29, 2023, 12:27 a.m.