Downloads a Content item's active bundle, or (optionally) one of its other bundles.
download_bundle(
content,
filename = fs::file_temp(pattern = "bundle", ext = ".tar.gz"),
bundle_id = NULL,
overwrite = FALSE
)
Bundle A bundle object
Other deployment functions:
bundle_dir()
,
bundle_path()
,
bundle_static()
,
deploy()
,
poll_task()