| sm.script(sm) | R Documentation |
With arguments, this runs the script name in directory
path, or the exec subdirectory of the installed
package directory. With no arguments it lists the scripts available.
sm.script(name, path)
name |
The name of a script file, without its extension. This can be given with or without quotes. |
path |
A path to the script. |
The scripts should have extension .q, and there should be a
file Index.doc describing the scripts. On Windows the index
file will be displayed in a notepad window unless
options("pager") is set.
None.