knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of MediWatch is to present advanced scientific-based analytics of health index using accessible indicators such as body temperature, blood pressure, blood parameters etc.
docker run -p 8080:80 registry.gitlab.com/mediwatch/mediwatch
You can install the released version of MediWatch from Github with:
devtools::install_gitlab("i2z1/MediWatch") options('shiny.port'=8080,shiny.host='127.0.0.1');MediWatch::run_app()
And then browse http://127.0.0.1:8080/ at your browser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.