Closed juliasilge closed 1 year ago
The tests all pass still, and I just made a plumber.R
that looks like this:
# Generated by the vetiver package; edit with care
library(pins)
library(plumber)
library(rapidoc)
library(vetiver)
b <- board_url(c(chicago_model = "https://colorado.posit.co/rsc/chicago-rstats-model-pin/"))
v <- vetiver_pin_read(b, "chicago_model")
#* @plumber
function(pr) {
pr %>% vetiver_api(v)
}
Closes #239
With this change, I now can correctly generate code for a
board_url()
.Created on 2023-09-07 with reprex v2.0.2