assign.parent {roxygen} | R Documentation |
Assign a variable in the parent environment when <<-
doesn't see to work.
assign.parent(var, value, env)
var |
string of the variable to assign |
value |
value to be assigned |
env |
environment of the assignment (environment() ) |
NULL