Description Usage Arguments Details Value See Also Examples
Create single character string from R expression
1 | Deparse(o)
|
o |
Expression/Object to be deparsed |
Calls deparse on argument and pastes together the return value of deparse()
resulting
in a single character string. Operates very similar to dput()
, except, it cannot write to
a file.
single character vector with the deparsed expression
character string with the deparsed R-object
[deparse()] which this function wraps
[eval()] for the inverse operation
[dput()] similar function
[dget()] similar to eval of character string
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.