View source: R/create_packages_file.R
find_packages_folder | R Documentation |
This function searches a folder recursively for packages called by 'library()', 'require()', or '::' that are within R, Rmd, or qmd files. It returns a vector of all unique package calls and optionally writes out a "packages.R" file.
find_packages_folder(folder, packages_r = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.