mHealthR package

Author: Qu Tang

Version: r library(mHealthR);packageVersion(pkg = "mHealthR")


Intro

This package is used to validate, read, write, plot, convert and manipulate annotated mobile health data (such as physical and phisiological sensor data) store in mhealth specification.

Features

Installation

# install.packages("devtools")
devtools::install_github("qutang/mHealthR")

Examples

Insightful validation

1. Validate filename

library(mHealthR)
result = mhealth.validate("name_type.iD.2015-13-12-12-32-12-222-M0500.annotation.csv.gz", file_type = "sensor")

2. Validate dataframe

result = mhealth.validate(mtcars[1:2], file_type = "sensor")


qutang/mHealthR documentation built on May 26, 2019, 1:31 p.m.