tbl_analysis: Analysis

tbl_analysisR Documentation

Analysis

Description

Prototype: tibble

Usage

analysis(
  x = tibble::tibble(),
  internal_name = "",
  context,
  extra_descriptors = list(),
  modifiers = list(function(dt) identity(dt))
)

is_analysis(x)

## S3 method for class '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

See Also

Other stype types: v_binary, v_continuous_nonneg, v_continuous, v_count, v_nominal, v_ordered, v_proportion, v_rcensored


novisci/stype documentation built on July 28, 2022, 7:44 a.m.