pull_env: Expose contents of an environment in the current environment

View source: R/assignment_utils.R

pull_envR Documentation

Expose contents of an environment in the current environment

Description

Expose the contents of an environment in the current environment. Similar to attach, but it exposes the contents only in the current environment and does not change the global search.

Usage

pull_env(env)

Arguments

env

The environment to attach locally.


jonathan-g/semestr documentation built on Jan. 23, 2025, 3:10 p.m.