Description Usage Arguments Details Value Author(s) See Also Examples
Utility functions for returning a list of the included examples and displaying, executing, saving and editing the example codes are provided.
1 2 3 4 5 |
Example |
|
... |
Ellipsis argument. See 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()
.
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.
Bernhard Pfaff
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.