R/deploy.R
Bundle.Rd
Bundle
An R6 class that represents a bundle
Other R6 classes: Content, ContentTask, Environment, PositConnect, Task, Vanity, Variant, VariantSchedule, VariantTask
Content
ContentTask
Environment
PositConnect
Task
Vanity
Variant
VariantSchedule
VariantTask
path
The bundle path on disk.
size
The size of the bundle.
Bundle$new()
Bundle$print()
Bundle$clone()
new()
Initialize this content bundle.
Bundle$new(path)
print()
Print this object.
Bundle$print(...)
...
Unused.
clone()
The objects of this class are cloneable with this method.
Bundle$clone(deep = FALSE)
deep
Whether to make a deep clone.