Nothing
#' Get the superset of columns that can be in a pedigree file.
#'
## Copyright(c) 2017-2024 R. Mark Sharp
## This file is part of nprcgenekeepr
#' Part of Genetic Value Functions
#'
#' Replaces INCLUDE.COLUMNS data statement.
#'
#' @return Superset of columns that can be in a pedigree file.
#'
#' @export
#' @examples
#' getIncludeColumns()
getIncludeColumns <- function() {
c(
"id", "sex", "age", "birth", "exit", "population", "condition", "origin",
"first_name", "second_name"
)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.