redExpand | R Documentation |
A vector of REDUCE commands may contain the name of a file containing
REDUCE commands. redExpand
returns a vector containing the
commands up to the element containing the file name, the contents of the
file and the elements following the file name. Multiple files may be
specified in the input vector.
redExpand(x)
x |
vector of commands to submit to REDUCE, possibly including names of files of commands to submit. |
redExpand
is called by redExec
before submitting
commands so it is generally not necessary to call it explicitly. It
can be used if you wish do the expansion yourself. If the input vector
elements xj, xk,
where j < k,
are file references, then the output vector will consist of
the contents of xj
the contents of xk
a character vector containing the commands to submit with any file names replaced by their contents.
Martin Gregory
redExec
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.