![]() |
VOOZH | about |
deparse() function in R Language is used to convert an object of expression class to an object of character class.
Syntax: deparse(expr) Parameters: expr: Object of expression classExample 1: Output:
[1] "expression" [1] "character"Example 2: Output:
[1] 8 [1] "expression(2^3)"