as_svydesign() builds a linearization (ultimate-cluster) design from a
prepped recipe; as_svrepdesign() builds a replicate-weights design from a
bootstrap object, so survey/srvyr standard errors include the recipe's
adjustments. Both require the 'survey' package.
Usage
as_svydesign(object, ids, strata = NULL, weight_name = ".weight", ...)
as_svrepdesign(boot, ...)