Part of Genetic Value Functions

getIncludeColumns()

Value

Superset of columns that can be in a pedigree file.

Details

Replaces INCLUDE.COLUMNS data statement.

Examples

# \donttest{ getIncludeColumns()
#> [1] "id" "sex" "age" "birth" "exit" #> [6] "population" "condition" "origin" "first_name" "second_name"
# }