Bundle

Bundle

Details

An R6 class that represents a bundle

Public fields

path

The bundle path on disk.

size

The size of the bundle.

Methods


Method new()

Initialize this content bundle.

Usage

Bundle$new(path)

Arguments

path

The bundle path on disk.


Method print()

Print this object.

Usage

Bundle$print(...)

Arguments

...

Unused.


Method clone()

The objects of this class are cloneable with this method.

Usage

Bundle$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.