Description Usage Arguments Examples
View source: R/shared_functions.R
create the full file structure that integrated across different groups
1 | create_file_structure(outdir, groups)
|
outdir |
a string with the name of the base output directoryn |
groups |
a string vector with the names of samples groups |
1 2 3 4 5 | ## Not run:
groups <- c("group1", "group2")
create_file_structure(outdir, groups)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.