Deconstruct R objects
deconstruct.RdDeconstruct R objects
Arguments
- x
R object passed to
dput()- quotes
include quotes in the output
- console
logical, used in the console? If
FALSE, then output is printed withbase::noquote(). IfTRUE, output is returned withcat()