lib_loc <- .libPaths()
lib_loc <- lib_loc[1]
#lib_loc <- "C:/Users/apdev/Documents/R/win-library/3.3"
to_install <- unname(installed.packages(lib.loc = lib_loc)[, "Package"])
to_install
install.packages(pkgs = to_install)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.