This function checks by default any markdown (.md
) or Rmarkdown (.Rmd
)
file found within the project.
It also checks any R help file (.Rd
) in the man
folder.
Use the set_exceptions()
method of the checklist
object to exclude files
or use a different language.
Have a look at vignette("spelling", package = "checklist")
for more
details.
See also
Other both:
add_badges()
,
check_filename()
,
check_lintr()
,
custom_dictionary()
,
default_organisation()
,
print.checklist_spelling()
,
read_checklist()
,
read_organisation()
,
write_checklist()
,
write_organisation()