File size: 282 Bytes
5d852c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated by the vetiver package; edit with care

library(pins)
library(plumber)
library(rapidoc)
library(vetiver)
library(agua)
h2o_start()

b <- board_folder(path = ".")
v <- vetiver_pin_read(b, "ciliwung_hecras_mid_tma")

#* @plumber
function(pr) {
    pr %>% vetiver_api(v)
}