Read or write the tools path where the tools are located in. If no parameter is given, the path will be returned as a list.

tools_path(tools_path)

Arguments

tools_path

character vector of length one containing the directory where the tools are located

Value

tools directory. If values have set, the value before the change.

Examples

tools_path()
#> [1] "./tools"
tools_path("./temp")