textToObject: Convert Text Representation Back to R Object

View source: R/textToObject.R View source: R/model.R

textToObjectR Documentation

Convert Text Representation Back to R Object

Description

Convert Text Representation Back to R Object

Usage

textToObject(x)

Arguments

x

vector of character as returned by objectToText

Value

R object

Examples

textToObject("c(1:10)")
stopifnot(identical(iris, textToObject(objectToText(iris))))

KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.