.github/cross-compat/write-pins.R

library(pins)
args <- commandArgs(trailingOnly = TRUE)

board <- board_folder(args[1])
board %>% pin_write(mtcars, "mtcars-r", type = "csv", tags = c("cars", "fuel"))
rstudio/pins documentation built on April 12, 2025, 6:59 p.m.