encode.data.with.sharing: encode some obscured data to be exchanged from one server to...

Description Usage Arguments Details

View source: R/package_tools.R

Description

This server function can only be used with some encrypted data. It format the data prior its transfer to a client-side function.

Usage

1
encode.data.with.sharing(encrypted.data, length, index)

Arguments

encrypted.data

- data to be encoded

length

- an indication how long should be the data

index

- A random number related to the data

Details

This is a helper function. It cannot be called directly from any client-side function.


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