Description Usage Arguments Details Value Examples
Open the ASICS User's Guide (with default browser)
1 | ASICSUsersGuide(view = TRUE)
|
view |
Logical. If |
The function vignette("ASICS")
will find the short
ASICS vignette that describes the main functions and how to obtain the ASICS
User's Guide.
The User's Guide is not itself a true vignette because it is not
automatically generated during the package build process.
If the operating system is not Windows, then the HTML viewer used is the one
given by Sys.getenv("R_BROWSER")
. The HTML viewer can be changed using
Sys.setenv(R_BROWSER = )
.
Character string giving the file location. If view = TRUE
,
the HTML viewer is started and the User’s Guide is opened, as a side effect.
1 2 3 4 5 | # To get the location
ASICSUsersGuide(view = FALSE)
# To open in a HTML viewer
## Not run: ASICSUsersGuide()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.