Rdocumentation
powered by
Learn R Programming
packrat (version 0.4.8-1)
unbundle: Unbundle a Packrat Project
Description
Unbundle a previously
bundle
d project.
Usage
unbundle(bundle, where, ..., restore = TRUE)
Arguments
bundle
Path to the bundled file.
where
The directory where we will unbundle the project.
...
Optional arguments passed to
tar
.
restore
Boolean; should we
restore
the library after
unbundle
-ing the project?