Validates Perspective expression strings against the table without
applying them. The result is delivered asynchronously to
input$<outputId>_validate_expressions.
Arguments
- proxy
A
perspectiveProxyobject.- expressions
A non-empty character vector of expression strings.
Examples
if (interactive()) {
proxy <- perspectiveProxy(session, "viewer")
psp_validate_expressions(proxy, expressions = c("\"col1\" + \"col2\""))
}