Learn R Programming

HelpersMG (version 3.6)

growlnotify: Send growl notification for MacOs X system.

Description

This function is used to send a notification to MacOS user.

Usage

growlnotify(textinfo = "")

Arguments

textinfo

Text to display in the growlnotify window

Value

None

Details

growlnotify send growl notification for MacOs X systems.

Examples

Run this code
# NOT RUN {
# If growlnotify is used on a non-mac system, it just quits.
growlnotify("It works if you are on a Mac with GrowlNotify installed!")
# }

Run the code above in your browser using DataLab