set_sourcoise_root {sourcoise} | R Documentation |
Force root
Description
sourcoise()
mechanism to find root of the project automatically can be bypassed.
This function is equivalent to setting the sourcoise.root
option, except for storage of cache at the level of the file. To allow thus behaviour, root should be set to NULL
.
Usage
set_sourcoise_root(root = NULL, quiet = TRUE)
Arguments
root |
(default |
quiet |
(default |
Value
root set (character)
Examples
dir <- tempdir()
set_sourcoise_root(dir)
[Package sourcoise version 0.6.2 Index]