Delete a DS pin from `dspins_board_s3`.

dspin_delete(board, names, ...)

Arguments

board

`dspins_board_s3` board

...
name

Name of element to be deleted

Examples

if (FALSE) { board <- ds_board_s3(user_name = "test", bucket_id = "user") board %>% dspin_delete("mtcars-dataset") }