Prototype: tibble
analysis(
x = tibble::tibble(),
internal_name = "",
context,
extra_descriptors = list(),
modifiers = list(function(dt) identity(dt))
)
is_analysis(x)
# S3 method for tbl_analysis
as_canonical(x)a tibble
the internal name of the variable
a context
A list of descriptors functions
appended to the default descriptors.
a list of functions sequentially modify x.
Defaults to simply the identity function
Other stype types:
v_binary,
v_continuous_nonneg,
v_continuous,
v_count,
v_nominal,
v_ordered,
v_proportion,
v_rcensored