View source: R/samplesheet_management.R
samplesheet_creator | R Documentation |
Title
samplesheet_creator(
n_samples = 4,
ss_filename,
ss_dir = ".",
extra_fields = NULL
)
n_samples |
Numeric value, corresponds to the number of samples included |
ss_filename |
Character string, basename of the excel file that will get generated |
ss_dir |
Character string, folder where the sample sheet will be generated into. Defaults to "." (the current working directory). |
extra_fields |
Vector of character strings, specifying the names of the columns for extra fields to be added. |
The character string corresponding to the path to the Excel sample sheet created. The Excel sheet is created as a side effect.
mysheet <- samplesheet_creator(ss_filename = "mysheet",
ss_dir = tempdir())
mysheet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.