R/monitor_types.R

MONITOR = setNames(0:7, c("AD_HOC", "GENEA", "GENEACTIV", "ACTIGRAPH", "AXIVITY",  "MOVISENS", "VERISENSE", "PARMAY_MTX")) # GENEA is deprecated
MONITOR = as.environment(as.list(MONITOR))
lockEnvironment(MONITOR, bindings = TRUE)

FORMAT = setNames(1:6, c("BIN", "CSV", "WAV", "CWA", "AD_HOC_CSV", "GT3X")) # WAV is deprecated
FORMAT = as.environment(as.list(FORMAT))
lockEnvironment(FORMAT, bindings = TRUE)

Try the GGIR package in your browser

Any scripts or data that you put into this service are public.

GGIR documentation built on June 8, 2025, 11:39 a.m.