ao_get_leaners_with_score {racademyocean} | R Documentation |
This returns a list of learners filtered by their score
ao_get_leaners_with_score(
score = 1,
operator = c(">=", ">", "<", "=", "<=", "<>")
)
score |
Filter score the ratio of completed content to available content, across all courses/groups |
operator |
One of the following comparison operators '=', '>', '<', '>=', '<=', '<>' |
tibble with leaners
## Not run:
leaners <- ao_get_leaners_with_score(
score = 20,
operator = '>'
)
## End(Not run)