dot-encode.arg: Encode function arguments

.encode.argR Documentation

Encode function arguments

Description

Serialize to JSON, then encode base64, then replace '+', '/' and '=' in the result in order to play nicely with the opal sentry. Used to encode non-scalar function arguments prior to sending to the opal server. There's a corresponding function in the server package calle .decode_args

Usage

.encode.arg(some.object, serialize.it = FALSE)

Arguments

some.object

the object to be encoded

Value

encoded text with offending characters replaced by strings


sib-swiss/dsSwissKnifeClient documentation built on July 16, 2025, 6:25 p.m.