| lcmd | R Documentation |
Reads Luna commands from a file
lcmd(filename)
filename |
a required parameter, the name of the file to read |
a vector of Luna commands, parsed from the
command file
in a manner that is suitable for leval() (and leval.project().
That is, blank lines and comments (starting with %) are stripped away,
and multi-line statements are concatenated into a single line.
## Not run:
k <- leval(lcmd("/path/to/command.txt"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.