library | R Documentation |
Load packages you've already installed into your current R session. After you've loaded it, all its functions will be available for you to use.
The package name doesn't need quotes.
library(package)
install.packages()
library(tidyverse) library(gapminder)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.