rk.demo {rkward} | R Documentation |
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.
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. |
Return NULL
, unconditionally.
Thomas Friedrichsmeier rkward-devel@kde.org
rk.edit.files
, rk.show.files
,
demo
## Not run rk.demo("graphics")