unbundle {packrat}R Documentation

Unbundle a Packrat Project

Description

Unbundle a previously bundled 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?


[Package packrat version 0.9.2 Index]