dot-encode.arg: Encode function argument

.encode.argR Documentation

Encode function argument

Description

Serialize to JSON, then encode base64, then replace '+', '/' and '=' in the result in order to play nicely with the opal entry. Used to encode non-scalar function arguments prior to sending to the opal server. There is a corresponding function in the server package called .decode.arg. See dsSwissKnifeClient:::.encode.arg.

Usage

.encode.arg(some.object, serialize.it = TRUE, digits = 20)

Arguments

some.object

the object to be encoded

Value

encoded text with offending characters replaced by strings


vanduttran/dsMOdual documentation built on Jan. 19, 2025, 6:36 a.m.