library(pins)
args <- commandArgs(trailingOnly = TRUE)
board <- board_folder(args[1])
board %>% pin_write(mtcars, "mtcars-r", type = "csv", tags = c("cars", "fuel"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.