loon (version 1.3.3)

l_web: Open a browser with loon's R documentation webpage

Description

l_web opens a browser with the relevant page on the official loon documentation website at https://great-northern-diver.github.io/loon/.

Usage

l_web(page = "index", directory = c("home", "reference", "articles"), ...)

Arguments

page

relative path to a page, the .html part may be omitted

directory

if "home" then page is ignored and the browser will open at the home page of the official loon documentation website at https://great-northern-diver.github.io/loon/. If page refers to a loon manual reference, then directory must be "reference"; if page refers to the name of a vignette file, then directory should be "articles"

...

arguments forwarded to browseURL, e.g. to specify a browser

See Also

l_help,help, vignette

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
l_web()
#
vignette("introduction", package = "loon")
# or
l_web(page = "introduction", directory = "articles")
#
help(l_hist)
l_web(page = "l_hist", directory = "reference")
# }

Run the code above in your browser using DataCamp Workspace