bundle_dir | R Documentation |
Creates a bundle from a target directory.
bundle_dir(
path = ".",
filename = fs::file_temp(pattern = "bundle", ext = ".tar.gz")
)
path |
The path to the directory to be bundled |
filename |
The output bundle path |
Bundle A bundle object
Other deployment functions:
bundle_path()
,
bundle_static()
,
deploy()
,
download_bundle()
,
poll_task()
bundle_dir(system.file("tests/testthat/examples/shiny/", package = "connectapi"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.