jameshwade commited on
Commit
4ab195b
·
1 Parent(s): 6244b9c

use board_folder

Browse files
Files changed (1) hide show
  1. plumber.R +2 -2
plumber.R CHANGED
@@ -12,8 +12,8 @@ if (FALSE) {
12
  library(stats)
13
  library(workflows)
14
  }
15
- b <- board_folder(path = "~/Library/Application Support/pins")
16
- v <- vetiver_pin_read(b, "penguins_model", version = "20230728T184942Z-edbb3")
17
 
18
  #* @plumber
19
  function(pr) {
 
12
  library(stats)
13
  library(workflows)
14
  }
15
+ b <- board_folder(path = "pins-r")
16
+ v <- vetiver_pin_read(b, "penguins_model", version = "20230729T125018Z-fe460")
17
 
18
  #* @plumber
19
  function(pr) {