The checklist package stores configuration information in the checklist.yml
file in the root of a project.
This function reads this configuration.
It is mainly used by the other functions inside the package.
If no checklist.yml
file is found at the path,
the function walks upwards through the directory structure until it finds
such file.
The function returns an error when it reaches the root of the disk without
finding a checklist.yml
file.
See also
Other both:
add_badges()
,
check_filename()
,
check_lintr()
,
check_spelling()
,
custom_dictionary()
,
default_organisation()
,
print.checklist_spelling()
,
read_organisation()
,
write_checklist()
,
write_organisation()