View source: R/save_installed_packages.R
save_installed_packages | R Documentation |
save_installed_packages
save_installed_packages(path_to_save = NULL)
path_to_save |
character vector, needs to be a csv file path to save to |
no return, simply exports the file as a csv
x <- tempdir() save_installed_packages(path_to_save = paste0(x, "my_pacakges.csv"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.