knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
CGM Shiny is an R Shiny application for analyzing Continuous Glucose Monitor data. Primarily intended for use in research studies and dietary interventions.
You can install the released version of cgmshiny from Github with:
devtools::install_github('rolandhangelbroek/cgmshiny')
Starting the app can be done by running:
library(cgmshiny) run_app()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.