do_all_analyses {activAnalyzer} | R Documentation |
Do all analyses at once
Description
This function performs all analyses successively using the default data file associated to the package. It is an internal function allowing the computation of the speed of the whole analysis process, from the data importation to the final line of the results.
Usage
do_all_analyses(to_epoch = 60)
Arguments
to_epoch |
A numeric value to set the epoch required to collapse counts in seconds. |
Value
A dataset (1 row) with all computed metrics.
[Package activAnalyzer version 2.1.1 Index]