The goal of agcounter is to implement the Activity Counts method from
https://github.com/actigraph/agcounts.
You can install the development version of agcounter like so:
remotes::install_github("https://github.com/jhuwit/agcounter")This is a basic example which shows you how to solve a common problem:
library(agcounter)
raw_files = c("raw_10_30.csv", "raw_10_40.csv",
"raw_30_30.csv", "raw_30_40.csv")
## basic example code