local_test_setup | R Documentation |
Similar to the local_()
family from {withr}
, this function creates a
temporary directory and optionally initiates git and pre-commit in it.
local_test_setup(
git = TRUE,
use_precommit = FALSE,
package = FALSE,
quiet = TRUE,
autoupdate = FALSE,
...,
.local_envir = parent.frame()
)
git |
Whether or not to init git in the local directory. |
use_precommit |
Whether or not to |
autoupdate |
Whether or not to run |
.local_envir |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.