unbundle {packrat} | R Documentation |
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 |
restore |
Boolean; should we |
[Package packrat version 0.9.2 Index]