Skip to contents

Check if dataset has at most N structures.

Usage

has_max_structures(structure_count, n)

Arguments

structure_count

Numeric vector of structure counts

n

Maximum number of structures

Value

Logical vector, TRUE where count <= n

Examples

if (FALSE) { # \dontrun{
# Find smaller datasets
list_datasets(full = TRUE) |>
  filter(has_max_structures(structure_count, 100))
} # }