Description Usage Arguments Details See Also
View source: R/concatDataToVariableDS.R
This server-side function add some rows to a matrix or a dataframe. If the R objects has yet to be created, then it is created.
1 2 3 4 5 6 7 8 9 10 11 | concatDataToVariableDS(
data.written.to.server = "",
class.type = "data.frame",
is.new.var = TRUE,
header = "",
payload = "",
property.a = 0,
property.b = 0,
property.c = 0,
property.d = 0
)
|
data.written.to.server |
character argument. name of the server-side R object |
class.type |
charater.argument. Either a matrix or a data.frame |
is.new.var |
logical argument. Set by default to TRUE. Replace existing object when set to TRUE. When set to FALSE, concatenate data. |
header |
character argument. Header information received from another server. |
payload |
character argument. Payload information received from another server. |
property.a |
numeric argument. Property.a received from another server. |
property.b |
numeric argument. Property.a received from another server. |
property.c |
numeric argument. Property.a received from another server. |
property.d |
numeric argument. Property.a received from another server. |
Some data are being assign into a specific structure used to share parameter in some privacy-protection settings. The process used by getDataDS is reversed.
getDataDS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.