Package Documentation
To get an overview of an installed package and its contents,
help(package=package name)
Some packages include a vignette, a file with additional documentation and
examples. To get a list of all vignettes from all installed packages,
vignette()
To get an overview of an installed package and its contents,
help(package=package name)
Some packages include a vignette, a file with additional documentation and
examples. To get a list of all vignettes from all installed packages,
vignette()
