applescript {base} | R Documentation |
Runs Apple's applescripts
Description
This command runs scripts of AppleScript type from within R under Macintosh.
Usage
applescript(path, scriptname)
Arguments
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(). |
scriptname |
the name of the script file. |
See Also
Script
.
Examples
applescript("", "demo")
## expand all examples and help files
applescript("", "zip.expand")