This function reads metadata from the yaml front matter stored
in the index.Rmd file of a protocol and checks if the metadata format is
correct.
This function is intended for checking if a protocol is ready to be rendered
and published (for instance, it will fail if version number is
YYYY.NN.dev).
Usage
check_frontmatter(protocol_code, fail = !interactive())See also
Other check:
check_all(),
check_all_person_info(),
check_structure(),
protocolcheck,
validate_orcid()