geneacore: Main GENEAcore Function

View source: R/geneacore.R

geneacoreR Documentation

Main GENEAcore Function

Description

Main GENEAcore Function

Usage

geneacore(
  data_folder = data_folder,
  CutTime24Hr = "15:00",
  output_epochs = TRUE,
  epoch_duration = 1,
  output_events = TRUE,
  output_steps = FALSE,
  output_csv = FALSE,
  timer = FALSE
)

Arguments

data_folder

Folder that contains raw data bin files to process.

CutTime24Hr

Time in 24h to split the days up by.

output_epochs

Create epoch outputs.

epoch_duration

Specify duration of fixed epochs.

output_events

Create event outputs.

output_steps

Include step counts and stepping rate outputs.

output_csv

Allows CSV output to be saved during epoch and event processing.

timer

Print elapsed times of each process.

Value

RDS and CSV of Measurement Period Information, Epoch measures and Event measures.


GENEAcore documentation built on April 11, 2025, 5:43 p.m.