Reference
Board constructors
Functions to create a board object
board_folder | Use a local folder as a board. |
board_local | Use a local folder as a board. |
board_temp | Use a local temporary directory as a board. |
board_s3 | Create a board to read and write pins from an AWS S3 bucket folder. |
board_gcs | Create a board to read and write pins from a Google Cloud Storage bucket folder. |
board_azure | Create a board to read and write pins from an Azure Datalake Filesystem folder. |
board_connect | Create a board to read and write pins from a Posit Connect server. |
board_url | Create a board from individual URLs. |
board | General function for constructing a pins board. |
Pin methods
Methods to handle pins on your board
pin_read | Return the data stored in a pin. |
pin_write | Write a pin object to the board. |
pin_meta | Return metadata about a pin. |
pin_download | Download the files contained in a pin. |
pin_upload | Write a pin based on paths to one or more files. |
pin_versions | Return available versions of a pin. |
pin_list | List names of all pins in a board. |
pin_exists | Determine if a pin exists. |
pin_version_delete | Delete a single version of a pin. |
pin_versions_prune | Delete old versions of a pin. |
pin_delete | Delete a pin (or pins), removing it from the board. |
pin_search | Search for pins. |