system_notify: Function to send a system notification to the Ubuntu desktop.

View source: R/system_notify.R

system_notifyR Documentation

Function to send a system notification to the Ubuntu desktop.

Description

Function to send a system notification to the Ubuntu desktop.

Usage

system_notify(urgency = "critical", title = "R: ", message = "")

Arguments

urgency

Urgency of message, one of "low", "normal", or "critical". Default is "critical" because it is the most supported notification type.

title

Title for notification.

message

Message for notification.

Value

Invisible, a desktop notification.

Author(s)

Stuart K. Grange


skgrange/systemr documentation built on April 18, 2024, 2:23 a.m.