Pins

pin_read() pin_write()

Read and write objects to and from a board

pin_meta()

Retrieve metadata for a pin

pin_download() pin_upload()

Upload and download files to and from a board

pin_versions() pin_version_delete() pin_versions_prune()

List, delete, and prune pin versions

pin_list()

List all pins

pin_search()

Search for pins

pin_delete()

Delete a pin

pin_browse()

Browse source of a pin

pin_reactive_read() pin_reactive_download()

Wrap a pin in a reactive expression

pin_exists()

Determine if a pin exists

Boards

Boards abstract over different storage backends, making it easy to share data in a variety of ways.

board_azure()

Use an Azure storage container as a board

board_connect() board_rsconnect()

Use Posit Connect as board

board_connect_url() connect_auth_headers()

Use a vector of Posit Connect vanity URLs as a board

board_databricks()

Use a Databricks Volume as a board

board_gcs()

Use a Google Cloud Storage bucket as a board

board_gdrive()

Use a Google Drive folder as a board

board_folder() board_local() board_temp()

Use a local folder as board

board_ms365()

Use a OneDrive or Sharepoint document library as a board

board_s3()

Use an S3 bucket as a board

board_url()

Use a vector of URLs as a board

Other functions

cache_browse() cache_info() cache_prune()

Cache management

board_cache_path()

Retrieve default cache path

write_board_manifest()

Write board manifest file to board's root directory