A named character vector of
Connect vanity URLs.
This board is read only, and the best way to write to a pin on Connect is
board_connect().
cache
Cache path. Every board requires a local cache to avoid
downloading files multiple times. The default stores in a standard
cache location for your operating system, but you can override if needed.
use_cache_on_failure
If the pin fails to download, is it ok to
use the last cached version? Defaults to is_interactive() so you'll
be robust to poor internet connectivity when exploring interactively,
but you'll get clear errors when the code is deployed.
headers
Named character vector for additional HTTP headers (such as for
authentication). See connect_auth_headers() for Posit Connect support.
key
The Posit Connect API key.
Details
This board is a thin wrapper around board_url() which uses
connect_auth_headers() for authentication via environment variable.
See Also
Other boards:
board_connect(),
board_folder(),
board_url()