project_restart: Restart a project

Description Usage Arguments Details See Also Examples

Description

(Re)starts the project.

Usage

1
project_restart(lib = NULL, config_file = NULL)

Arguments

lib

A character vector with the locations of R library trees.

config_file

A string specifying the path to the configuration file. If not specified, the config.yml file in the working directory will be loaded if it exists, otherwise a default configuration file will be loaded from the package.

Details

(Re)starts the project by performing the following steps:

See Also

.libPaths

project_config_reload

ensure_folder

logging

Examples

1
2
project_restart()
project_restart("my_config.yml")

erikjandevries/r.dstools.ej documentation built on May 24, 2019, 4:02 a.m.