Environments as Code
Learning objectives:
- List the three layers of data science environments.
- Explain why it’s important to control the package
environment.
- Use
{renv}
(or {venv}
) to control the package
environment.
- Recognize when it is important to control the system
environment.