View source: R/ao_get_leaners_registered_at.R
ao_get_leaners_registered_at | R Documentation |
This returns an array of learners from the Academy, or an empty array, if there is no data.
ao_get_leaners_registered_at(
date = Sys.Date() - 1,
operator = c("=", ">", "<", ">=", "<=", "<>")
)
date |
Date string for filter |
operator |
One of the following comparison operators '=', '>', '<', '>=', '<=', '<>' |
tibble with leaners
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.