deserialize_from_string: Deserialize a string

View source: R/serialisation_utils.R

deserialize_from_stringR Documentation

Deserialize a string

Description

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

Usage

deserialize_from_string(str64)

Arguments

str64

String to be deserialized.

Examples

str <- serialize_to_string(iris)
iris2 <- deserialize_from_string(str)

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