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

18 lines
514 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/activate.R
\name{activate}
\alias{activate}
\title{Adds the pacman library path to the .libPaths variable, either as an extra
library or as the only library}
\usage{
activate(totalIsolation = FALSE)
}
\arguments{
\item{totalIsolation}{boolean Only refer to the pacman library, do not use
any user library paths}
}
\description{
Adds the pacman library path to the .libPaths variable, either as an extra
library or as the only library
}