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
).
check_frontmatter(protocol_code, fail = !interactive())
A report of all failed checks.
Other check:
check_all()
,
check_all_author_info()
,
check_structure()
,
protocolcheck
,
validate_orcid()