spell_check_notebooks | R Documentation |
Perform a spell check on notebooks with spelling::spell_check_files()
.
spell_check_notebooks(
path = "analysis",
regexp = "[.][Rq]md$",
use_wordlist = TRUE,
lang = NULL
)
path |
A character vector of one or more paths. |
regexp |
A regular expression (e.g. |
use_wordlist |
ignore words in the package WORDLIST file. |
lang |
set |
If lang
is NULL
(the default), get language from DESCRIPTION
using
desc::desc_get_field()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.