Latest build
This commit is contained in:
18
man/snapshot_create.Rd
Normal file
18
man/snapshot_create.Rd
Normal file
@@ -0,0 +1,18 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/snapshot_create.R
|
||||
\name{snapshot_create}
|
||||
\alias{snapshot_create}
|
||||
\title{Create a snapshot of the project packages. Does not save the snapshot (see snapshot_save)}
|
||||
\usage{
|
||||
snapshot_create(installOpts = list(Ncpus = parallel::detectCores()))
|
||||
}
|
||||
\arguments{
|
||||
\item{installOpts}{list Installer options for use when installing CRAN
|
||||
packages}
|
||||
}
|
||||
\value{
|
||||
A list containing the current state of the project packages
|
||||
}
|
||||
\description{
|
||||
Create a snapshot of the project packages. Does not save the snapshot (see snapshot_save)
|
||||
}
|
||||
Reference in New Issue
Block a user