| toTranspose | R Documentation |
Tabs in the Excel document need to be, for processing, transposed, if they are vertical as the Experiment tab is.
toTranspose(tabs = NULL)
tabs |
if |
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.
toTranspose()
# [1] "Experiment" "MdBibliometric"
toTranspose(c("Experiment", "Not"))
# [1] TRUE FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.