concatenate | R Documentation |
Loop through datasets across multiple .RData files, corresponding to different SMART analyses, and combine datasets to form one master dataset
concatenate(data_list = c(), datasets = c())
data_list |
(required, default = c()) Vector of .RData files containing datasets to be combined. |
datasets |
(required, default = c()) Vector of dataset names, in quotes, corresponding to each .RData file |
Returns group_dataset a variable containing cells from all initial datasets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.