Updating data with Pins

Hey,

I have 84 variables (dataframes, values, functions) to update several times a day for one of my applications that I want to deploy. Before Posit, I worked by updating them and then storing them all in a .RData file.

I followed what is indicated in this document: Pins – Posit Connect Documentation Version 2025.01.0 but is there another more efficient and clean way than writing the line "board %>% pin_write(head(mtcars), "mtcars")" 84 times?

Thanks a lot !