read_input: Read input data

Description Usage Arguments Value

View source: R/read_input.R

Description

Read in input file and store as data.frame. Call check_input() to check data format.

Usage

1
read_input(filename, header = "auto", sep = "auto")

Arguments

filename

path to input file

header

a logical value indicating whether the file contains the names of the variables as its first line

sep

the field character seperator, see ?fread

Value

list contaiing input data.table and list of boolean variables indicating input format


frhl/genoppi-v4 documentation built on May 5, 2020, 7:16 a.m.