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.
shiny_app(options = list())
The options passed to shinyApp
.
This provides a user friendly
graphical interface to load local files, call mims_unit_from_files
and display the results as an interactive graph.
Other Top level API functions:
custom_mims_unit()
,
mims_unit()
,
sensor_orientations()
if (FALSE) {
shiny_app()
}