Learn R Programming

k5 (version 0.2.1)

load_my_packages: 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())

Value

The list of packages, invisibly.

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.