vwc.warnings.conditions {AnalysisPageServer} | R Documentation |
Get condition object for warnings
vwc.warnings.conditions(vwc)
vwc |
AnalysisPageValueWithCondition |
Get condition object for warnings
List of condition object for warnings (might be of length 0 if no warnings were thrown).
Brad Friedman
vwc <- tryKeepConditions({warning("I'm warning you!")}) vwc.warnings.conditions(vwc)