Chris Umphlett
Chris Umphlett
Sure. I've never used the `type` parameter. BTW, this runs in a .Rmd deployed on RSC. ``` pin(my_data_frame, description = "my description", board = "rsconnect" ) ```
Thanks, that did work, with some re-working of my board connection and the parameters in `pin_write` ``` board
@machow I reminded myself of why I had stuck with `pin` before... this has broken my shiny app that was using the pin. I am having a hard time connecting...
I was already using `pin_read()`
I'm not sure about a reprex, given this may be some environment-specific problem I'm having. Here's how I retrieve: `new_df
``` > traceback() 14: (function (..., call. = TRUE, domain = NULL) { if (...length() == 1L && inherits(..1, "condition")) { cond 1L) warning("additional arguments ignored in stop()") message
Get this error: ``` Error: RStudio Connect API failed [404] * The requested object does not exist. ```
Here's everything related to reading the pins. The only thing I changed, from what I had before, is indicated with my comments `#removed` or `#added`. ``` library(pins) httr::set_config(httr::config(ssl_verifypeer = FALSE,...
yes 
`pin_meta` results in the 404 error again. Interesting finding though... it's only one of the pins that I'm using in this app that does this, not both. I deleted it...