View source: R/dmdScheme_raw.R
dmdScheme_raw | R Documentation |
dmdScheme_raw
containing the raw data as read in.The dataset contains raw data. An object of class dmdScheme_raw
is
returned by the function read_excel_raw
with the argument
raw = TRUE
and read_excel_raw
. It is usually an
intermediate object, as in the normal workflow, this object is automatically
converted to an object of class dmdSchemeSet
.
dmdScheme_raw()
dmdSchemeData_raw
: a data.frame
as returned by the function read_excel
with the class dmdSchemeData_raw
dmdSchemeSet_raw:
a list
with where each element is a dmdSchemeData_raw
object with additional attributes:
name of the dmdScheme for which this object contains the raw data. In the spreadsheet, it is in the cell H1 in ther in the Experiment tab (DATA dmeScheme v0.9.9.)
version of the dmdScheme used. In the spreadsheet, it is in the cell H1 in ther in the Experiment tab (DATA dmeScheme v0.9.9.)
the names of the dmdSchemeData_raw
sets. In the spreadsheet, the names of the tabs.
dmdScheme_raw()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.