Check if a list column of formats contains any of the specified values.
Examples
if (FALSE) { # \dontrun{
# Datasets with CIF files
list_datasets(full = TRUE) |>
filter(has_format(formats, "cif"))
} # }
Check if a list column of formats contains any of the specified values.
if (FALSE) { # \dontrun{
# Datasets with CIF files
list_datasets(full = TRUE) |>
filter(has_format(formats, "cif"))
} # }