l_help: Open a browser with loon's combined (TCL and R) documentation...

View source: R/l_help.R

l_helpR 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)

loon documentation built on July 9, 2023, 5:48 p.m.