crsra_timetofinish {crsra} | R Documentation |
Time that took each learner (in days) to finish a course
Description
Time that took each learner (in days) to finish a course
Usage
crsra_timetofinish(all_tables)
Arguments
all_tables |
A list from |
Value
A table containing hashed_user_id
s with a column indicating the time (in days) that took each user to complete a course. The time is calculated as the difference between the last and first activity in the a course.
Examples
crsra_timetofinish(example_course_import)
[Package crsra version 0.2.3 Index]