readr_solani: Read Solani File Using readr

View source: R/input.R

readr_solaniR Documentation

Read Solani File Using readr

Description

The file Solani contains predicted breeding values computed by MiX99. This result file is read using 'readr::read_table()'

Usage

readr_solani(
  ps_path,
  pvec_col_names = c("animal", "nrprg", "trait", "ebv"),
  pl_col_types = readr::cols(animal = readr::col_integer(), nprg =
    readr::col_integer(), trait = readr::col_integer(), ebv = readr::col_double())
)

Arguments

ps_path

path to input file

pvec_col_names

vector of column names

pl_col_types

col type specifications using 'readr::cols()'

Value

tibble with predicted breeding values

Examples

s_ebv_path_partial <- qzwslrm_example_solani("partial")
tbl_solani_partial <- readr_solani(ps_path = s_ebv_path_partial)

fbzwsqualitasag/qzwslrm documentation built on Sept. 13, 2022, 3:28 p.m.