Streamlining utility for loading and attaching of R packages. If the package is not installed, it will attempt to install it. NSE or character input arguments are accepted.
Can be installed and used as follows:
remotes::install_github(repo = 'https://github.com/Patrikios/grab_and_attach')
library(quickload)
grab_and_attach(data.table, "lubridate", anytime, 'dplyr')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.