stringify {utilitiesR} | R Documentation |
This captures the output of dput
as a
string and returns it.
stringify(x)
x |
an object |
a string that is dput(object)
.
evaluate
to turn a stringify'd string into
an R object.
stringify(c(1, 2, 3, 4)) # 'c(1, 2, 3, 4)'