Skip to contents

Column object

Usage

Column(name = character(0), alias = character(0), type = character(0))

Arguments

name

the standard column name

alias

a character vector of aliases (other column names) for this column

type

a character, an atomic R type

Value

an S7 class genepi.utils::Column object

Slots

name

the standard column name

alias

a character vector of aliases (other column names) for this column

type

a character, an atomic R type