Remove slushy infrastructure from a project.
slushy_remove.Rd
Deletes the files and folders needed for the slushy environment before restarting.
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 removed? Defaults to TRUE.
- keep
A character vector specifying the names of files to retain during the cleanup process. By default, "slushy_config.yml" is kept.