read_ap: Function to read in activPAL data

View source: R/read_ap.R

read_apR Documentation

Function to read in activPAL data

Description

Function to read in activPAL data

Usage

read_ap(
  activpal_filepath,
  raw_data = F,
  parse_timestamp = F,
  epoch = NA,
  samp_freq = 20
)

Arguments

activpal_filepath

A .csv filepath containing either event data processed by the activPAL algorithm or raw accelerometer data

raw_data

A logical indicating whether the data is raw data. Default is F and event data is expected

parse_timestamp

A logical indicating whether the Timestamp in ymd_hms format should be further separated into Date and Time columns

epoch

robmarcotte/MOCAfunctions documentation built on March 23, 2024, 12:33 p.m.