Executes validate statements on custom expressions that are evaluated inside a chunks object's environment
chunks_validate_custom.Rd
Usage
chunks_validate_custom(x, msg = NULL, chunks = get_chunks_object())
Arguments
- x
(
language
) an expression that evaluates toTRUE
orFALSE
insidechunks
environment- msg
optional, (
character
) custom error message, ifNULL
then default error message is used- chunks
optional, (
chunks
) object. If not provided then automaticchunks
object detection is run via get_chunks_object