trypy {botor} | R Documentation |
Extract error message from a Python exception
Description
Extract error message from a Python exception
Usage
trypy(expression)
Arguments
expression |
R expression |
Value
error
Examples
## Not run:
trypy(botor()$resource('foobar'))
trypy(sum(1:2))
trypy(sum(1:1foo))
## End(Not run)
[Package botor version 0.4.0 Index]