notify: Send a Toast Notification

Description Usage Arguments Examples

View source: R/Notify.R

Description

Send a toast notification on Windows.

Usage

1
2
3
4
5
notify(
  msg,
  title = "",
  img = "C:/Program Files/RStudio/resources/tutorial_resources/rstudio-logo.png"
)

Arguments

msg, title, img

The notification message/title/image path (character scalars).

Examples

1
notify("Hello", "World")

KO112/KO documentation built on Oct. 2, 2020, 9:21 a.m.