Check if total dataset size is greater than 1 GB.
Examples
if (FALSE) { # \dontrun{
# Find large datasets
list_datasets(full = TRUE) |>
filter(is_large(total_size_bytes))
} # }
Check if total dataset size is greater than 1 GB.
if (FALSE) { # \dontrun{
# Find large datasets
list_datasets(full = TRUE) |>
filter(is_large(total_size_bytes))
} # }