Skip to contents

Get a dataframe describing the columns in the PREDICTS database extract.

Usage

GetColumnDescriptions(...)

Arguments

...

extra arguments passed to read.csv.

Value

The column descriptions in the format as a dataframe.

Examples

if (FALSE) { # \dontrun{
  descriptions <- GetColumnDescriptions()
} # }