Retrieves all available ADS datasets from the Brightspace instance.
Examples
# \donttest{
if (bs_has_token()) {
ads <- bs_list_ads()
ads
}
# }
Retrieves all available ADS datasets from the Brightspace instance.
# \donttest{
if (bs_has_token()) {
ads <- bs_list_ads()
ads
}
# }