R/eval_env.R

# Helper function for evaluating an expression in a given environment
eval_env <- function(expr, ...) eval(expr = expr, envir = list(...))
briandconnelly/growthcurve documentation built on May 13, 2019, 5:13 a.m.