Nothing
Code
required_pkgs(board)
Output
[1] "rsconnect"
Code
board <- board_rsconnect()
Condition
Error:
! `board_rsconnect()` was deprecated in pins 1.1.0 and is now defunct.
i Please use `board_connect()` instead.
Code
board_deparse(board)
Output
board_connect(auth = "envvar")
Code
rsc_content_find(board, "marjory/test-partial")
Condition
Error in `rsc_content_find()`:
! Can't find pin with name "test-partial" and owner "marjory"
Code
rsc_content_create(board, "test-1", list())
Condition
Error in `rsc_check_status()`:
! Posit Connect API failed [409]
* An object with that name already exists.
Code
rsc_content_delete(board, "test-1")
Condition
Error in `rsc_content_find()`:
! Can't find pin called "test-1"
i Use `pin_list()` to see all available pins in this board
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.