Learn R Programming

botor (version 0.2.0)

trypy: 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

Run this code
# NOT RUN {
trypy(botor()$resource('foobar'))
trypy(sum(1:2))
trypy(sum(1:1foo))
# }

Run the code above in your browser using DataLab