Learn R Programming

ActisoftR (version 0.0.2)

report_point: Generates reports based on input points.

Description

Generates reports based on input points.

Usage

report_point(period, acti_data, tz = "UTC", ...)

Arguments

period

a dataframe containing participants, start and end date/time interval

acti_data

a dataframe of the form "acti_data".

tz

is the time zone. Optional argument. tz = "UTC" by default.

...

Optional parameters

Value

a dataframe

Details

Periods partially scored as 'bad' or 'EXCLUDED' are due to off-wrist or other reasons. In that case the column <U+2018>with_excluded_bad<U+2019> will show TRUE. See examples in the Vignettes.

Examples

Run this code
# NOT RUN {
# Example 1
library(lubridate)
par_point <- data.frame(subject_ID = c(1,1),
                       time_point_datime = ymd_hms(c("2017-12-06 00:00:00 UTC",
                       "2017-12-07 00:00:00 UTC")))
report_point(period = par_point, acti_data = act)
# }

Run the code above in your browser using DataLab