loon (version 1.4.1)

l_help: 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

Run this code

if (FALSE) {
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")
}

Run the code above in your browser using DataLab