Skip to contents

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


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