![]() |
VOOZH | about |
bquote() function in R Language is used to quote the arguments passed to it, except the values which are wrapped in '.()'. It evaluates the wrapped values and quotes the result.
Syntax: bquote(expr) Parameters: expr: language objectExample 1: Output:
x == x x == 10 x == 10 x == 20Example 2: Output:
function(x, y = 10) x + y👁 Image