dialogbox: Notification Dialog Box

Description Usage Arguments Examples

View source: R/dialogbox.R

Description

This function is a wrapper for the showDialog function in rstudioapi. The difference is that if the user is not using RStudio, or their version of RStudio is not 1.1.67 or greater, it will use readline to print the message to the console. Because portability.

Usage

1

Arguments

title

The title for the dialog box

message

The message for the dialog box

Examples

1
dialogbox(title = "Warning", message = "Danger Will Robinson!")

spenceredwin/boxit documentation built on Nov. 5, 2019, 9:15 a.m.