deserialise_from_string: Deserialise a string

View source: R/serialisation_utils.R

deserialise_from_stringR Documentation

Deserialise a string

Description

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

Usage

deserialise_from_string(str64)

Arguments

str64

String to be deserialised.

Examples

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

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