resample: resample

View source: R/resample.R

resampleR Documentation

resample

Description

resample

Usage

resample(
  data = c(),
  timestamp_col = c(),
  timestamp_format = c(),
  id_col = c(),
  mon = c()
)

Arguments

data

Data frame including time stamps and step metrics to be resampled

timestamp_col

Character or numeric indicating the column where the timestamp is stored

timestamp_format

Character string giving a date-time format as used by strptime.

id_col

Character or numeric indicating the column where the ID is stored. Leave blank if the ID is not stored

mon

Character indicating what monitor was used. Options are Fibion, Scriin, ActiGraph, Other.

Value

Data frame resampled


jhmigueles/GenerationPepSteps documentation built on April 28, 2022, 9:26 p.m.