applescript {base} | R Documentation |
This command runs scripts of AppleScript type from within R under a Macintosh.
applescript(path, scriptname)
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 |
scriptname |
the name of the script file. |
Scripts
.
applescript("", "demo")
## expand all examples and help files
applescript("", "zip.expand")