var2string_gen {ubiquity} | R Documentation |
Convert R Objects to Strings
Description
Mechanism for converting R objects strings for reporting.
Usage
var2string_gen(var)
Arguments
var |
R variable |
Value
Variable in string form
Examples
var2string_gen(c(1,2,3))
[Package ubiquity version 2.0.3 Index]