ao_get_leaners_with_score: This returns a list of learners filtered by their score

View source: R/ao_get_leaners_With_score.R

ao_get_leaners_with_scoreR Documentation

This returns a list of learners filtered by their score

Description

This returns a list of learners filtered by their score

Usage

ao_get_leaners_with_score(
  score = 1,
  operator = c(">=", ">", "<", "=", "<=", "<>")
)

Arguments

score

Filter score the ratio of completed content to available content, across all courses/groups

operator

One of the following comparison operators '=', '>', '<', '>=', '<=', '<>'

Value

tibble with leaners

Examples

## Not run: 
leaners <- ao_get_leaners_with_score(
    score = 20,
    operator = '>'
)

## End(Not run)

selesnow/racademyocean documentation built on Aug. 10, 2024, 9 a.m.