notice_overtime: Notice running r code ends.

Description Usage Arguments Examples

View source: R/notice_overtime.R

Description

Notice running r code ends.

Usage

1
notice_overtime(expr, overtime = 0.1, msg = NULL)

Arguments

expr

any syntactically valid R expression

overtime

threshold

msg

oracle messsage by R (string)

Examples

1
2
3
4
5
## Not run: 
notice_overtime(1 + 1) # None
notice_overtime(for(i in 1:1e7) sqrt(1:10)) # Showing messages.

## End(Not run)

uribo/roracle documentation built on May 3, 2019, 2:37 p.m.