Characater, the name of the example as contained
in listEx().
...
Ellipsis argument. See details.
Value
listEx
Returns a character vector of the examples' names.
showEx
Returns the example of of Example to the console.
saveEx
Returns a logical whether the saving of the R code example into
the working directory was successful.
editEx
Opens a copy of the example code in an editor.
runEx
Executes the example code.
Details
The ellipsis arguments in the function editEx() are passed down
to the function file.edit(). If the option editor is
unset and/or a different editor shall be employed for openening the
example code, then the ellipsis argument can be utilised by
editor = "foo", wherey foo is the name of the editor to
be used.
The ellipsis arguments in the function runEx() are passed down
to the function source().