Learn R Programming

wrapr (version 1.9.6)

evalb: eval(bquote(expr)) shortcut.

Description

eval(bquote(expr)) shortcut.

Usage

evalb(..., where = parent.frame())

Arguments

...

expression to evaluate (one argument).

where

environment to work in.

Value

eval(bquote(expr))

Examples

Run this code
# NOT RUN {
angle = 1:10
variable <- as.name("angle")
evalb(plot(x = .(variable), y = sin(.(variable))))

# }

Run the code above in your browser using DataLab