dictionary_entry: Create a properly formatted data dictionary entry.

Description Usage Arguments

View source: R/dictionary.R

Description

Can only be added to the data dictionary using dictionary_update.

Usage

1
2
dictionary_entry(variable, unit, type = c("Numeric", "Discrete", "Date"),
  description)

Arguments

variable

The name of the added variable (eg. 'BMI').

unit

The unit of the variable (eg. 'kg')

type

The data value type (eg. 'Numeric')

description

A brief description of the dictionary entry.


lwjohnst86/PROMISE.methods documentation built on May 21, 2019, 9:01 a.m.