Load_Libs | R Documentation |
Reads a list of libraries and installs them if they aren't already
Load_Libs(LIBS)
LIBS |
a character vector. A list of libraries in the form c("x", "y") |
installs and loads libraries
LIBS <- c("sp", "sf", "rgeos")
Load_Libs(LIBS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.