
Last chance! 50% off unlimited learning
Sale ends in
csawUsersGuide(view=TRUE)
view=TRUE
, the
system's default PDF document reader is started and the user's guide is
opened.For non-Windows operating systems, the PDF viewer is taken from Sys.getenv("R_PDFVIEWER")
.
This can be changed to x
by using Sys.putenv(R_PDFVIEWER=x)
.
For Windows, the default viewer will be selected to open the file.
Note that the user's guide is not a true vignette as it is not generated using Sweave
when the package is built.
This is due to the time-consuming nature of the code when run on realistic case studies.
system
# To get the location:
csawUsersGuide(view=FALSE)
# To open in pdf viewer:
## Not run: csawUsersGuide()
Run the code above in your browser using DataLab