Rev 14604 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{applescript}\alias{applescript}\title{Runs Apple's applescripts}\description{This command runs scripts of AppleScript type from within R under Macintosh.}\usage{applescript(path, scriptname)}\arguments{\item{path}{name of the folder where to search for the script to be executed.If an empty string is passed then R searches for the script in the "script"folder of R.home().}\item{scriptname}{the name of the script file.}}\seealso{\code{\link{Script}}.}\examples{applescript("", "demo")## expand all examples and help filesapplescript("", "zip.expand")}\keyword{interface}