toTranspose: Return tabs in scheme definition in Excel document which need...

View source: R/toTranspose.R

toTransposeR Documentation

Return tabs in scheme definition in Excel document which need to be transposed or if a tab has to be transposed

Description

Tabs in the Excel document need to be, for processing, transposed, if they are vertical as the Experiment tab is.

Usage

toTranspose(tabs = NULL)

Arguments

tabs

if NULL, the

Value

if tabs is null, the character vector containing the sheets which need to be transposed. If tabs is not NULL, a logical vector of the same length as tabs which is TRUE, if the tab needs to be transposed, otherwise FALSE.

Examples

toTranspose()
# [1] "Experiment"     "MdBibliometric"

toTranspose(c("Experiment", "Not"))
# [1]  TRUE FALSE


Exp-Micro-Ecol-Hub/dmdScheme documentation built on Aug. 31, 2022, 3:17 p.m.