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 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.


[Package k5 version 0.2.1 Index]