rk.demo {rkward} | R Documentation |
rk.demo(topic, package=NULL, lib.loc=NULL)
topic |
topic of the example |
package |
package(s) to search for the demo. If NULL (the default), all currently loaded packages are searched. |
lib.loc |
Library locations. |
rk.demo
behaves similar to demo
, but opens the demo script for editing, instead of sourcing it. Contrary to demo
, the specification of a topic is mandatory.
Return NULL
, unconditionally.
Thomas Friedrichsmeier rkward-devel@lists.sourceforge.net
rk.edit.files
, rk.show.files
, demo
## Not run rk.demo("graphics")