slibrary | R Documentation |
library multiple packages with automatic installation
slibrary(..., install = TRUE)
... |
names of packages, same as in library() |
install |
a bool value to indicate whether automatically install the uninstalled packages, default as TRUE |
slibrary(lattice)
slibrary(lattice, sf, raster, install = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.