serialize_to_string: Serialize an object.

View source: R/serialisation_utils.R

serialize_to_stringR Documentation

Serialize an object.

Description

This function allows you to serialize an object to a string.

Usage

serialize_to_string(object)

Arguments

object

Object (or list of objects) to be serialized.

Examples

serialize_to_string(iris)

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