frontmatter
structure
R/check_all.R
check_all.Rd
Combines check_frontmatter() and check_structure() in one function.
check_frontmatter()
check_structure()
check_all(protocol_code, fail = !interactive())
Character string giving the protocol code
Should the function drop an error in case of a problem? Defaults to TRUE in a non-interactive session and FALSE in an interactive session.
TRUE
FALSE
A report of all failed checks.
Other check: check_all_person_info(), check_frontmatter(), check_structure(), protocolcheck, validate_orcid()
check_all_person_info()
protocolcheck
validate_orcid()