View source: R/newRDBESDataObject.R
newRDBESDataObject | R Documentation |
Constructor for RDBESDataObject class
newRDBESDataObject(
DE = NULL,
SD = NULL,
VS = NULL,
FT = NULL,
FO = NULL,
TE = NULL,
LO = NULL,
OS = NULL,
LE = NULL,
SS = NULL,
SA = NULL,
FM = NULL,
BV = NULL,
VD = NULL,
SL = NULL,
IS = NULL,
CL = NULL,
CE = NULL,
verbose = FALSE
)
DE |
Data table of RDBES DE data or null |
SD |
Data table of RDBES DE data or null |
VS |
Data table of RDBES DE data or null |
FT |
Data table of RDBES DE data or null |
FO |
Data table of RDBES DE data or null |
TE |
Data table of RDBES DE data or null |
LO |
Data table of RDBES DE data or null |
OS |
Data table of RDBES DE data or null |
LE |
Data table of RDBES DE data or null |
SS |
Data table of RDBES DE data or null |
SA |
Data table of RDBES DE data or null |
FM |
Data table of RDBES DE data or null |
BV |
Data table of RDBES DE data or null |
VD |
Data table of RDBES DE data or null |
SL |
Data table of RDBES DE data or null |
IS |
Data table of RDBES DE data or null |
CL |
Data table of RDBES DE data or null |
CE |
Data table of RDBES DE data or null |
verbose |
(Optional) Set to TRUE if you want informative text printed out, or FALSE if you don't. The default is FALSE. |
a named list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.