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