l_help {loon} | R Documentation |
Open a browser with loon's combined (TCL and R) documentation website
Description
l_help
opens a browser with the relevant page on the
official combined loon documentation website at
https://great-northern-diver.github.io/loon/l_help/.
Usage
l_help(page = "index", ...)
Arguments
page |
relative path to a page, the .html part may be omitted |
... |
arguments forwarded to browseURL, e.g. to specify a browser |
See Also
help
, l_web
for R
manual or
web R
manual
Examples
## Not run:
l_help()
l_help("learn_R_intro")
l_help("learn_R_display_hist")
l_help("learn_R_bind")
# jump to a section
l_help("learn_R_bind.html#list-reorder-delete-bindings")
## End(Not run)
[Package loon version 1.4.1 Index]