ao_get_learners_churn_at_content {racademyocean} | R Documentation |
This returns an array of learners who churned at a specific lesson in the course.
ao_get_learners_churn_at_content(course_id, content_id)
course_id |
Course id, you can get it from edit course, from field ‘course URL’ |
content_id |
content id, you can get it from edit content, from field ‘lesson/quiz URL’ |
tibble with leaners
## Not run:
churn <- ao_get_learners_churn_at_content(
course_id = 'ppc-spetsialist-free',
content_id = 'itogovyy-test'
)
## End(Not run)