read.solani: Read Solani File using R-Base read.table

View source: R/input.R

read.solaniR Documentation

Read Solani File using R-Base read.table

Description

The function 'read.table()' from R-base is used to read the solani file.

Usage

read.solani(ps_path)

Arguments

ps_path

path to input file

Value

dataframe with content of solani file

Examples

s_ebv_path_partial <- qzwslrm_example_solani("partial")
df_solani <- read.solani(ps_path = s_ebv_path_partial)

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