if (FALSE) { # rlang::is_installed("filelock")
# old API
board_register_local(cache = tempfile())
pin(mtcars)
pin_remove("mtcars")
# new API
board <- board_local()
board %>% pin_write(mtcars)
board %>% pin_delete("mtcars")
}
Run the code above in your browser using DataLab