An interactive GUI for accessing demos from any R package installed on the user's system. runDemos is a convenient alternative to R's demo
function.
runDemos(package)
Arguments
package: display demos from a particular package (optional).
Details
If the argument package is not specified, the function will look for demos in all packages installed on the user's system.
Author(s)
Alex Couture-Beil, Vancouver Island University, Nanaimo BC
Note
The runDemos GUI attempts to retain the user's objects and restore the working directory. However, pre-existing objects will be overwritten if their names coincide with names used by the various demos. Also, depending on conditions, the user may lose working directory focus. We suggest that cautious users run this demo from a project where data objects are not critical.
See Also
runExamples for examples specific to PBSmodelling.