Description Usage Arguments Examples
Attempts to install a package from cyto repo
1 2 3 4 5 6 7 8 9 10 11 12 13 |
pkg |
The cyto package name, when not supplied, it tries to update all cyto packages |
build |
If 'TRUE' build the package before installing. |
build_opts |
Options to pass to 'R CMD build', only used when 'build' |
build_manual |
If ‘FALSE', don’t build PDF manual ('–no-manual'). |
build_vignettes |
If ‘FALSE', don’t build package vignettes ('–no-build-vignettes'). is 'TRUE |
... |
additional arguments passed to [utils::install.packages()]. |
1 2 3 4 | ## Not run:
install_cyto("ggcyto")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.