Skip to content

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_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

Legacy API

These functions implement the legacy pins API. They will continue to exist for some time so your existing code will continue to work, but we recommend you move to the modern API and modern boards where possible. Learn more in vignettes("pins-update").

legacy_azure() board_register_azure()
Azure board (legacy API)
legacy_datatxt() board_register_datatxt()
Remote "data.txt" board (legacy API)
legacy_dospace() board_register_dospace()
DigitalOcean board (legacy API)
legacy_gcloud() board_register_gcloud()
Google Cloud board (legacy API)
legacy_github() board_register_github()
GitHub board (legacy API)
legacy_local() board_register_local() legacy_temp()
Local board (legacy API)
legacy_s3() board_register_s3()
S3 board (legacy API)
pin()
Pin a resource (legacy API)
pin_get()
Retrieve a pin (legacy API)
pin_info()
Retrieve pin metadata (legacy API)
pin_find()
Search for pins (legacy API)
pin_remove()
Delete a pin (legacy API)
pin_reactive()
Reactive Pin (legacy API)