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.

read_checklist(x = ".")

Arguments

x

Either a checklist object or a path to the source code. Defaults to ..

Value

A checklist object.