Skip to contents

Convenience wrapper that filters an existing catalog (or builds one) using a substring/regex match over common columns.

Usage

artifact_catalog_search(
  catalog = NULL,
  query,
  fields = c("path", "stage", "field", "row_key"),
  ignore_case = TRUE,
  ...
)

Arguments

catalog

Optional catalog tibble from artifact_catalog.

query

Regex (passed to grepl()).

fields

Character vector of fields to search (defaults to path/stage/field/row_key).

ignore_case

Whether to ignore case.

...

Passed to artifact_catalog when catalog is NULL.

Value

Filtered tibble.