store_packages: Stores the information of installed packages in a .rda file.

View source: R/store_packages.R

store_packagesR Documentation

Stores the information of installed packages in a .rda file.

Description

Saves the list of all the installed packages in a .rda file. This file can be used to restore the packages from a computer to another or after installation of a new R version by the function restore_packages of this package.

Usage

store_packages(output_directory = getwd())

Arguments

output_directory

Path to the directory in which export the .rda file. By default <working.directory>.

Value

Nothing is returned. An .rda file will be exported at the output_directory indicated.


sebastian-gregoricchio/Rseb documentation built on June 14, 2024, 12:22 p.m.