context: stype contexts

contextR Documentation

stype contexts

Description

A context contains study design specific information about a variable.

Slots

short_label

a short_label

long_label

a long_label

description

a description

derivation

a derivation

purpose

a purpose

security_type

security information

Examples

context(
  short_label   = "age_cat4",
  long_label    = "Age categorical with four levels",
  description   = "The age categories are ... They were chosen by ...",
  derivation    = "This variable was derived from the `age` variable",
  purpose       = purpose(study_role = "covariate", tags = "demographics"),
  security_type = "HIPAA"
)

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