check_params: Check default parameters

View source: R/check_params.R

check_paramsR Documentation

Check default parameters

Description

Checks parameter objects for class and logical combinations. Called from extract_params. Not intended for direct use by GGIR users.

Usage

  check_params(params_sleep = c(), params_metrics = c(),
                        params_rawdata = c(), params_247 = c(),
                        params_phyact = c(), params_cleaning = c(),
                         params_output = c(), params_general = c())

Arguments

params_sleep

List with sleep parameters

params_metrics

List with parameters related to metrics

params_rawdata

List with parameters related to raw data reading and processing

params_247

List with parameters related to 24/7 behavioural analysis, which includes anything that does not fit with physical activity or sleep research

params_phyact

List with parameters related to physical activity analysis

params_cleaning

List with parameters related to cleaning the time series, including masking and imputation

params_output

List with parameters related to how GGIR stores its output

params_general

List with parameters related to general topics

Value

Lists of updated parameter objects

Author(s)

Vincent T van Hees <v.vanhees@accelting.com>


GGIR documentation built on Oct. 17, 2023, 1:12 a.m.