load_my_packages {k5} | R Documentation |
Save and load packages from file
Description
Save and load packages from file
Usage
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
|
x |
A character vector of package names to save. If |
Value
The list of packages, invisibly.
[Package k5 version 0.2.1 Index]