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