Hi!
Looking for a little help with the pin_find() function. I'd like to retrieve a list of all published pins on our rsconnect board but the function does not return all of the content on the board like I would expect.
For context, I have administrator privileges and 20 published pins.
Using pin_find("*", board = "rsconnect") populates the Connections tab in the IDE with only 25 entries, and includes only 4 of my 20 published pins.
Using pin_find("", board = "rsconnect") (no asterisk wildcard) outputs a tibble to the console with the same 25 entries.
pin_find("katie", board = "rsconnect") does give the expected output of all of my pins.
Is there a different way to accurately identify all pins on a board?