Rev 15873 | 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 \Runder a Macintosh.}\usage{applescript(path, scriptname)}\arguments{\item{path}{name of the folder where to search for the script tobe executed. If an empty string is passed then \R searches forthe script in the \code{"script"} folder of \code{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}