shiny_app: Run shiny app to compute MIMSunit values from files

View source: R/app.R

shiny_appR Documentation

Run shiny app to compute MIMSunit values from files

Description

shiny_app runs a local shiny app that provides a user friendly interface to compute mims unit values from files stored in mhealth or actigraph format.

Usage

shiny_app(options = list())

Arguments

options

The options passed to shinyApp.

How is it used in MIMS-unit algorithm?

This provides a user friendly graphical interface to load local files, call mims_unit_from_files and display the results as an interactive graph.

See Also

Other Top level API functions: custom_mims_unit(), mims_unit(), sensor_orientations()

Examples

  ## Not run: 
  shiny_app()
  
## End(Not run)

MIMSunit documentation built on June 21, 2022, 5:06 p.m.