srvyr (version 0.3.5)

current_svy: Get the survey data for the current context

Description

This is a helper to allow srvyr's syntactic style. In particular, it tells functions inside of a summarize call what survey to use. In general, users will not have to worry about getting (or setting) the current conext's survey, unless they are trying to extend srvyr. See vignette("extending-srvyr") for more details.

Usage

current_svy()

Arguments

Value

a tbl_svy (or error if called with no survey context)