rudone: Send a notification after executing some code

Description Usage Arguments See Also

View source: R/rudone.R

Description

There are two versions of this function: rudone for non-standard evaluation (interactive use), and rudone_ for standard evaluation (programmatic use). Both wrap rudone_exec.

Usage

1
2
3
rudone(code, notification, results = FALSE)

rudone_(fun, args, notification, results = FALSE)

Arguments

code

Statements to execute. If there is more than one statement, they should be wrapped in curly brackets.

notification

Notification object to send. See notification for details.

results

Logical. Should the results be send along with the notification?

See Also

notification


sjoerdvds/rudone documentation built on May 30, 2019, 12:05 a.m.