stringify {utilitiesR}R Documentation

create a string to reconstruct an object

Description

This captures the output of dput as a string and returns it.

Usage

  stringify(x)

Arguments

x

an object

Value

a string that is dput(object).

See Also

evaluate to turn a stringify'd string into an R object.

Examples

stringify(c(1,2,3,4)) # 'c(1,2,3,4)'

[Package utilitiesR version 1.7 Index]