R/RcppExports.R

Defines functions resample GENEActivReader AxivityNumUnpack

Documented in GENEActivReader resample

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

AxivityNumUnpack <- function(pack) {
    .Call(`_GGIRread_AxivityNumUnpack`, pack)
}

GENEActivReader <- function(filename, start = 0L, end = 0L, progress_bar = FALSE) {
    .Call(`_GGIRread_GENEActivReader`, filename, start, end, progress_bar)
}

resample <- function(raw, rawTime, time, stop, type = 1L) {
    .Call(`_GGIRread_resample`, raw, rawTime, time, stop, type)
}

Try the GGIRread package in your browser

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

GGIRread documentation built on Oct. 12, 2023, 1:06 a.m.