concatDataToVariableDS: concat data received from the client to the server

Description Usage Arguments Details See Also

View source: R/concatDataToVariableDS.R

Description

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.

Usage

 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
)

Arguments

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.

Details

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.

See Also

getDataDS


patRyserWelch8/dsShareServer documentation built on May 31, 2021, 4:25 a.m.