rstudio/vetiver-r

Consider supporting `type = "csv"` in `vetiver_pin_metrics()`

Closed this issue · 1 comments

Related to #122 and rstudio/vetiver-python#82 and rstudio/pins-r#626

CSV sounds like it would be a nice way to store these metrics, but on the R side, the way pins uses read.csv() will require a bit of munging afterward (dates, strings, factors). I'm concerned about how maintainable that code will be but it might be worth it.

For now, folks can store metrics as arrow or RDS.

After working with this more, I don't think this is likely worth it. It's those DATES, really. Let's stick with arrow and .rds, and look for opportunities to push folks toward arrow.