Get meta data of DS pin in board of type `dspins_board_s3`.

dspin_meta(board, name, version = NULL, ...)

Arguments

board

`dspins_board_s3` board

name

Name of element

...

Value

List of metadata

Examples

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