bundle_path: Define a bundle from a path (a path directly to a tar.gz...

View source: R/deploy.R

bundle_pathR 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"))


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