resample | R Documentation |
resample
resample( data = c(), timestamp_col = c(), timestamp_format = c(), id_col = c(), mon = c() )
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. |
Data frame resampled
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.