copy_env: Move the bound variables from one environment into another.

Description Usage Arguments

View source: R/bind.R

Description

Move the bound variables from one environment into another.

Usage

1
copy_env(from, to, names = ls(from, all.names = TRUE))

Arguments

from

The environment we want to copy from.

to

The environment where we want to bind the variables.

names

Names of the variables to copy. By default, all of them.


pmatch documentation built on Oct. 19, 2018, 5:04 p.m.