activAnalyzer

Lifecycle: experimental Codecov test coverage R-CMD-check

activAnalyzer is a Shiny app that has been developed to analyze daily physical behavior data recorded at the hip in adults using an ActiGraph accelerometer (.agd files). Once analysis is completed, the app allows exporting results (summarized by day with means or medians of the valid days) to .csv files and generating a report of the measurement (.pdf file). All the configured inputs relevant for interpreting the results are recorded in the report. Be sure that the inputs that are configured when generating the report correspond to the analysis that was actually performed (in other words, avoid modifying the inputs after generating satisfactory results). In addition to a general analysis of physical behavior, the app also allows to implement the Daily- and Clinical visit-PROactive Physical Activity in COPD (chronic obstructive pulmonary disease) instruments (D-PPAC and C-PPAC). Please read the user’s guide for details about how the app works.

Usage

There are three different ways to use the activAnalyzer app:

# Code for installing the activAnalyzer package
install.packages("devtools")
devtools::install_github("pydemull/activAnalyzer")

# Code for installing the TinyTex distribution
install.packages("tinytex")
tinytex::install_tinytex()

Example

To launch the app using R:

library(activAnalyzer)
activAnalyzer::run_app()

Code of Conduct

Please note that the activAnalyzer project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.