
Last chance! 50% off unlimited learning
Sale ends in
Open pre-commit related files
open_config(root = here::here())open_wordlist(root = here::here())
NULL
(invisibly). The function is called for its side effects.
The path to the root directory of your project.
open_config()
: opens the pre-commit config file.
open_wordlist()
: opens the the WORDLIST file for the check-spelling hook
in inst/WORDLIST.
Other helpers:
use_precommit()
if (FALSE) {
open_config()
}
if (FALSE) {
open_wordlist()
}
Run the code above in your browser using DataLab