assignWith: Assign to an environment the value of an expression evaluated...

Description Usage Arguments

Description

Assign to an environment the value of an expression evaluated in another environment (or list or data frame)

Usage

1
assignWith(expr, name, data, envir, enclos = parent.frame())

Arguments

expr

expression to evaluate

name

name of object in assignEnv

data

environment (or list or data frame) in which to evaluate expr

envir

environment in which to store the results of expr as name

enclos

enclosing environemtn to be passed to assign


stevencarlislewalker/lme4ord documentation built on May 30, 2019, 4:43 p.m.