sm.script {sm}R Documentation

Run or Lists Scripts in Package sm

Description

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.

Usage

sm.script(name, path)

Arguments

name The name of a script file, without its extension. This can be given with or without quotes.
path A path to the script.

Details

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.

Value

None.


[Package Contents]