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)

Arguments

x

a tibble

internal_name

the internal name of the variable

context

a context

extra_descriptors

A list of descriptors functions appended to the default descriptors.

modifiers

a list of functions sequentially modify x. Defaults to simply the identity function