Synchronise an environment with another
set_env.Rd
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())
set_env.Rd
This function takes everything in an environment and puts it in another, replacing any existing object with the same names.
set_env(env_from, env_to = rlang::global_env())