Skip to contents

Delegates to the underlying lazy dplyr tbl, preserving backward compatibility for all existing get_table(...) |> collect() patterns.

Usage

# S3 method for class 'tidybreed_table'
collect(x, ...)

Arguments

x

A tidybreed_table object.

...

Passed to dplyr::collect().

Value

A tibble with the (filtered) table contents.