Files
Rpacman/man/restore.Rd
2023-09-28 09:44:06 +01:00

26 lines
802 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/restore.R
\name{restore}
\alias{restore}
\title{Restores the project from a pacman snapshot file. Installs any missing
packages. This can be done into the user library or the packman library
(see totalIsolation)}
\usage{
restore(
totalIsolation = FALSE,
installOpts = list(Ncpus = parallel::detectCores())
)
}
\arguments{
\item{totalIsolation}{boolean Only refer to the pacman library, do not use
any user library paths}
\item{installOpts}{list Settings to be passed to install.packages etc.
Defaults to installing with multiple cores.}
}
\description{
Restores the project from a pacman snapshot file. Installs any missing
packages. This can be done into the user library or the packman library
(see totalIsolation)
}