Re-Initialize a slushy environment
slushy_reinit.Rd
Following an update of the slushy package, re-initialize the slushy environment using the current list of packages, snapshot date, and environment settings.
Usage
slushy_reinit(project = NULL, restart = TRUE, config = get_config())
Arguments
- project
The project directory. If NULL, defaults to the nearest parent directory that contains an `.Rproj` file relative to the current working directory.
- restart
Restart session after slushy is initialized? Defaults to TRUE.
- config
List of configuration options. If not provided, defaults to reading from default settings in config file included in slushy package.