samplesheet_creator: Title

View source: R/samplesheet_management.R

samplesheet_creatorR Documentation

Title

Description

Title

Usage

samplesheet_creator(
  n_samples = 4,
  ss_filename,
  ss_dir = ".",
  extra_fields = NULL
)

Arguments

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.

Value

The character string corresponding to the path to the Excel sample sheet created. The Excel sheet is created as a side effect.

Examples

mysheet <- samplesheet_creator(ss_filename = "mysheet",
                               ss_dir = tempdir())
mysheet

IMBEIbioinformatics/BIUMmisc documentation built on June 12, 2025, 10:50 p.m.