open_config | R Documentation |
Open pre-commit related files
open_config(root = here::here())
open_wordlist(root = here::here())
root |
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.
NULL
(invisibly). The function is called for its side effects.
Other helpers:
use_precommit()
## Not run:
open_config()
## End(Not run)
## Not run:
open_wordlist()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.