ao_get_leaners_registered_at: This returns an array of learners from the Academy, or an...

View source: R/ao_get_leaners_registered_at.R

ao_get_leaners_registered_atR Documentation

This returns an array of learners from the Academy, or an empty array, if there is no data.

Description

This returns an array of learners from the Academy, or an empty array, if there is no data.

Usage

ao_get_leaners_registered_at(
  date = Sys.Date() - 1,
  operator = c("=", ">", "<", ">=", "<=", "<>")
)

Arguments

date

Date string for filter

operator

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

Value

tibble with leaners


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