Bundle: Bundle

BundleR Documentation

Bundle

Description

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

Public 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.

See Also

Other R6 classes: Content, ContentTask, Environment, PositConnect, Task, Vanity, Variant, VariantSchedule, VariantTask


rstudio/connectapi documentation built on June 12, 2024, 5 a.m.