l_web opens a browser with the relevant page on the
official loon documentation website. This is constructed by joining together
the information provided by the arguments site/package/directory/page.
Default would be the documentation found at https://great-northern-diver.github.io/loon/.
Arguments
- page
relative path to a page (the ".html" part may be omitted)
- directory
if
"home"(the default) thenpageis ignored and the browser will open at the home page of the official documentation website. Ifpagerefers to apackagemanual reference, then directory must be"reference"; ifpagerefers to the name of a vignette file, then directory should be"articles"- package
a string identifying the package name having an online documentation (default
"loon").- site
the URL of the site (default
"https://great-northern-diver.github.io") prefixing the path to the requested documentation.- ...
arguments forwarded to
browseURL(), e.g. to specify a browser
