Learn R Programming

HelpersMG (version 4.5)

growlnotify: Send growl notification for MacOs X system.

Description

This function was used to send a notification to MacOS user. Growlnotify being no longer supported in MacOSX, this function will be removed in future releases.

Usage

growlnotify(textinfo = "")

Arguments

textinfo

Text to display in the growlnotify window

Value

None

Details

growlnotify sent growl notification for MacOs X systems. No more supported.

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