Learn R Programming

phenology (version 3.40)

growlnotify: Send growl notification for MacOs X system.

Description

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

Usage

growlnotify(textinfo = "", help = FALSE)

Arguments

textinfo
Text to display in the growlnotify window
help
If TRUE, an help is displayed

Value

  • None

Details

growlnotify send growl notification for MacOs X systems.

Examples

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

Run the code above in your browser using DataLab