| Bundle {connectapi} | R Documentation |
Bundle
Description
Bundle
Bundle
Details
An R6 class that represents a bundle
Public fields
pathThe bundle path on disk.
sizeThe size of the bundle.
Methods
Public methods
Method new()
Initialize this content bundle.
Usage
Bundle$new(path)
Arguments
pathThe 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
deepWhether to make a deep clone.
See Also
Other R6 classes:
Content,
ContentTask,
Environment,
PositConnect,
Task,
Vanity,
Variant,
VariantSchedule,
VariantTask
[Package connectapi version 0.2.0 Index]