Raise shiny validate error if chunks status is not ok or variable is not of a certain class
chunks_validate_all.Rd
Usage
chunks_validate_all(var, class, msg = NULL, chunks = get_chunks_object())
Arguments
- var
(
character
) variable name- class
(
character
) class name- 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