bundle_dir: Define a bundle from a Directory

View source: R/deploy.R

bundle_dirR Documentation

Define a bundle from a Directory

Description

Creates a bundle from a target directory.

Usage

bundle_dir(
  path = ".",
  filename = fs::file_temp(pattern = "bundle", ext = ".tar.gz")
)

Arguments

path

The path to the directory to be bundled

filename

The output bundle path

Value

Bundle A bundle object

See Also

Other deployment functions: bundle_path(), bundle_static(), deploy(), download_bundle(), poll_task()


connectapi documentation built on Feb. 16, 2023, 7:46 p.m.