load_my_packages: Save and load packages from file

View source: R/packages.R

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


k5 documentation built on May 29, 2024, 7:48 a.m.