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