bundle_path {connectapi} | R Documentation |
Define a bundle from a path (a path directly to a tar.gz file)
Description
Define a bundle from a path (a path directly to a tar.gz file)
Usage
bundle_path(path)
Arguments
path |
The path to a .tar.gz file |
Value
Bundle A bundle object
See Also
Other deployment functions:
bundle_dir()
,
bundle_static()
,
deploy()
,
download_bundle()
,
poll_task()
Examples
bundle_path(system.file("tests/testthat/examples/static.tar.gz", package = "connectapi"))
[Package connectapi version 0.2.0 Index]