shiny_app {MIMSunit}R 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)

[Package MIMSunit version 0.11.2 Index]