Publishing
Publishing outputs and reports
Common Functions
These are the most commonly used functions in this category:
publish()
Functions for publishing notebooks, data, and files to S3 storage. Upload files or directories to
publish_data()
Uploads a data frame or existing data file to S3.
publish_notebook()
Renders a Quarto document and uploads it to S3. The notebook is rendered to a temporary directory,
Other Functions
| Function | Description |
|---|---|
| publish_dir() | Recursively uploads all files in a directory to S3. |
| publish_list() | Lists files in an S3 bucket/prefix. |
| storage_test() | Validates that S3/storage credentials and bucket access are working. |
All Functions
| Function | Description |
|---|---|
| publish() | Functions for publishing notebooks, data, and files to S3 storage. Upload files or directories to |
| publish_data() | Uploads a data frame or existing data file to S3. |
| publish_dir() | Recursively uploads all files in a directory to S3. |
| publish_list() | Lists files in an S3 bucket/prefix. |
| publish_notebook() | Renders a Quarto document and uploads it to S3. The notebook is rendered to a temporary directory, |
| storage_test() | Validates that S3/storage credentials and bucket access are working. |