get_serialized_result: Get a serialized tercen result

View source: R/serialisation_utils.R

get_serialized_resultR Documentation

Get a serialized tercen result

Description

This function allows you to prepare an object to be sent back to Tercen.

Usage

get_serialized_result(df, object, object_name, ctx)

Arguments

df

Data frame containing results.

object

Object to be serialized.

object_name

Name of the object.

ctx

Tercen context.

Examples

str <- serialise_to_string(iris)
iris2 <- deserialise_from_string(str)

tercen/tim documentation built on May 3, 2023, 10:43 p.m.