Check if dataset has at most N structures.
Examples
if (FALSE) { # \dontrun{
# Find smaller datasets
list_datasets(full = TRUE) |>
filter(has_max_structures(structure_count, 100))
} # }
Check if dataset has at most N structures.
if (FALSE) { # \dontrun{
# Find smaller datasets
list_datasets(full = TRUE) |>
filter(has_max_structures(structure_count, 100))
} # }