Skip to contents

Retrieves all available ADS datasets from the Brightspace instance.

Usage

bs_list_ads()

Value

A tibble with columns: dataset_id, name, description, category.

Examples

if (FALSE) { # \dontrun{
ads <- bs_list_ads()
ads
} # }