# NOT RUN {
library(pins)
# cache the mtcars dataset
pin(mtcars)
# retrieve the mtcars pin
pin_get("mtcars")
# retrieve mtcars pin from packages board
pin_get("easyalluvial/mtcars2", board = "packages")
# }
Run the code above in your browser using DataLab