Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 473 Bytes

readme.md

File metadata and controls

23 lines (15 loc) · 473 Bytes

OpenCPU APP: cortisol

The purpose of this OpenCPU app is to demonstrate how to run a hydrocortisone RxODE model as a web service using OpenCPU.

Cloud Demo

Try the application online at ... NA2

Use locally

To run the app in your local R session:

#install app
library(devtools)
install_github("cortisol", "medimatics")

#load in opencpu
library(opencpu)
opencpu$browse("/library/cortisol/www")