Raise shiny validate error if chunks status is not ok or variable is not of a certain class
chunks_validate_all.RdUsage
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, ifNULLthen default error message is used- chunks
optional, (
chunks) object. If not provided then automaticchunksobject detection is run via get_chunks_object