inst/simple_server.R

library(methods)
devtools::load_all()
load(file = "inst/Linear_model.rda")

routes <- source('inst/routes.R')$value

cat('listening..\n')
microserver::run_server(routes, 33399)
dvanderbeek/microserver-test documentation built on May 21, 2019, 8:37 a.m.