Retrieves available full and differential extracts for a specific dataset.
Value
A tibble with columns: extract_id, extract_type, bds_type,
created_date, download_link, download_size.
Examples
# \donttest{
if (bs_has_token()) {
datasets <- bs_list_datasets()
extracts <- bs_list_extracts(datasets$schema_id[1], datasets$plugin_id[1])
}
# }