check_fm | R Documentation |
Checks for existence of front-matter.yml in the meta/ subfolder of supplied working directory. Then, validates that certain expected parameters are set
check_fm(WD = "?", skip = NULL, throw_error = TRUE)
WD |
working directory; default= getwd(); if "?" supplied, will invoke |
skip |
a character vector of items you want to skip validation for. default=NULL. Options:
|
throw_error |
logical; Do you want to stop code if error (T) or just throw a warning (F)? default=T |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.