Pin a `fringe`, `dsviz`, or `drop` element to a board of type `dspins_board_s3` and return links to pin on DS profile.

dspin_urls(board, element = NULL, ...)

Arguments

board

`dspins_board_s3` board

element

Element to be saved (`fringe`, `dsviz`, or `drop`)

...

Value

List of links to pin in DS profile

Examples

if (FALSE) { board <- ds_board_s3(user_name = "test", bucket_id = "user") fringe_mtcars <- homodatum::fringe(mtcars, name = "Mtcars dataset") dsurls <- board %>% dspin_urls(fringe_mtcars) }