check_compat {accessrmd} | R Documentation |
Checks to ensure file is not a special flavour of html output, including xaringan, ioslides, flexdashboard or slidy. Output is an error if html doc is a special case.
check_compat(yaml_txt)
yaml_txt |
Output of 'readLines()' separated from body text. |
Error condition if non-standard html found.