Save and load packages from file
load_my_packages(path = NULL)
save_my_packages(x = NULL, path = tempfile())
Arguments
- path
The path to a text file containing one package per line. If
NULL
(default), then the default list is read from k5/inst/PACKAGES
.
- x
A character vector of package names to save. If NULL
(default),
use all currently attached packages.
Value
The list of packages, invisibly.