# Store a path in the envsetup environment
assign("project_root", "/path/to/project", envir = envsetup_environment)
# List objects in the environment
ls(envir = envsetup_environment)
# Check if the environment exists and is an environment
exists("envsetup_environment")
is.environment(envsetup_environment)
Run the code above in your browser using DataLab