Skip to contents

This function takes everything in an environment and puts it in another, replacing any existing object with the same names.

Usage

set_env(env_from, env_to = rlang::global_env())

Arguments

env_from

The environment to synchronise with

env_to

The environment to synchronise

Value

Nothing