R/RcppExports.R

Defines functions resample find_matrix_packet_start 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)
}

find_matrix_packet_start <- function(file_path, pattern, chunk_size = 1048576L) {
    .Call(`_GGIRread_find_matrix_packet_start`, file_path, pattern, chunk_size)
}

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 April 12, 2025, 1:48 a.m.