Spaces:
Sleeping
Sleeping
File size: 288 Bytes
12d5142 068c6d2 12d5142 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# 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")
}
|