assignDataDS: assign data to one or multiple servers with some encrypted...

Description Usage Arguments Details See Also

View source: R/assignDataDS.R

Description

This server function assigns some values into a specific structure.

Usage

1
2
3
4
5
6
7
8
9
assignDataDS(
  master_mode = TRUE,
  header = "",
  payload = "",
  property.a = 0,
  property.b = 0,
  property.c = 0,
  property.d = 0
)

Arguments

master_mode

Boolean argument. It indicates the mode of a server is a master or a receiver. By default, set to TRUE.

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/dsServerParameter documentation built on Oct. 1, 2020, 6:04 p.m.