Hi. It took me a while to figure out that I need to pin_search(board, "") (empty string), to get all the pins of the board in a data frame. I guess maybe just updating the docs to show how to get them…
We have a use case where we'd like to run a model from existing user supplied data that's hosted in S3. Currently the only way to create a cache is to download the file with something like `aws.s3` an…