# NOT RUN {
library(pins)
# retrieve pins
pin_find()
# search pins related to 'cars'
pin_find("cars")
# search pins related to 'seattle' in the 'packages' board
pin_find("seattle", board = "packages")
# search pins related to 'london' in the 'packages' board
pin_find("london", board = "packages")
# }
# NOT RUN {
# retrieve 'hpiR/seattle_sales' pin
pin_get("hpiR/seattle_sales")
# retrieve 'bsamGP/London.Mortality' pin
pin_get("bsamGP/London.Mortality")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab