Programmatically extract metadata from Content hosted on RStudio Connect

I have used pins to store data tables on RStudio Connect was wondering if there is a way to extract out the Created or Last Deployed Dates from the Info tab?

You can try the following:

pins::pin_meta(board = your_board, name = 'your_pin_name')$created

This is awesome. Thank you!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.