make_folder | R Documentation |
Use to set up a scaffold of standard upper-level folders as well as customized data folders within "Raw Data" for a new project.
make_folder(parent, folders)
parent |
The Synapse id or object that should be the parent container, i.e. the project or another folder. |
folders |
List giving one or more folder names of folder(s) to create. |
A list of the created folder object(s).
## Not run:
datasets <- list("sequencing data", "imaging data")
assays <- c("rnaSeq", "immunohistochemistry")
for(i in seq_along(datasets)) attr(datasets[[i]], "assay") <- assays[[i]]
make_folder(parent = "syn26462036", datasets)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.