add_chunk_group {wearables} | R Documentation |
Addition of chunk groups
Description
partition data into chunks of a fixed number of rows in order to calculate aggregated features per chunk
Usage
add_chunk_group(data, rows_per_chunk)
Arguments
data |
df to partition into chunks |
rows_per_chunk |
size of a chunk |
[Package wearables version 0.8.1 Index]