AGread is for automatically detecting the format of .csv data files from ActiGraph accelerometers, and bringing the data into R. It is designed to streamline and standardize the file-reading process, prior to further processing. Thus, it can be used flexibly to develop new methods for handling ActiGraph data, or to invoke existing methods, many of which exist in other R packages (e.g. PhysicalActivity and TwoRegression), or will soon.
You can install the development version of AGread from github with:
# install.packages("devtools")
devtools::install_github("paulhibbing/AGread")
Or, AGread v0.1.2 is now available on CRAN, and can be installed with:
install.packages("AGread")