Description Usage Arguments Details Value Author(s) See Also Examples
Return condition object(s) for an AnalysisPageValueWithConditions
1 | vwc.conditions(vwc, type = "messages")
|
vwc |
AnalysisPageValueWithConditions |
type |
"messages" "warnings" or "error" |
Return condition object(s) for an AnalysisPageValueWithConditions
List of condition objects for "messages" or "warnings" or a single condition object or NULL for "error".
Brad Friedman
vwc.error.condition
,
vwc.messages.conditions
,
vwc.warnings.conditions
1 2 3 4 | vwc <- tryKeepConditions({message("whatever"); warning("warning message"); 3})
vwc.conditions(vwc, "messages")
vwc.conditions(vwc, "warnings")
vwc.conditions(vwc, "error")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.