test / plumber.R
aephiday's picture
Upload 2 files
068c6d2 verified
raw
history blame
No virus
288 Bytes
# Generated by the vetiver package; edit with care
library(pins)
library(plumber)
library(rapidoc)
library(vetiver)
b <- board_folder(path = ".")
v <- vetiver_pin_read(b, "telco", version = "20240425T174857Z-60b9a")
#* @plumber
function(pr) {
pr %>% vetiver_api(v, type = "prob")
}