Preview aggregate stats for a recipe (without materializing)
Source:R/recipe.R
recipe_preview_stats.RdRuns aggregate-only queries via ds.omop.table.stats to show
safe row and person counts for the tables referenced by the recipe's
variables. This provides a quick sanity check without materializing any
server-side datasets.
Usage
recipe_preview_stats(
recipe,
scope = c("per_site", "pooled", "both"),
symbol = "omop",
conns = NULL
)