move: Function for moving a variable from one environment to...

Description Usage Arguments

View source: R/move.R

Description

Function for moving a variable from one environment to another by name.

Usage

1
move(x, from, to, clobber = FALSE)

Arguments

x

name of variable to be moved.

from

source environment

to

target environment

clobber

logical environment inidcating whether to allow overwriting of variables in the target environment.


sakrejda/simachine documentation built on May 29, 2019, 1 p.m.