read_file: Function to read file
Description
Function to read file
Usage
read_file(file_name = "", stringsAsFactors = FALSE, header = TRUE)
Value
data.frame of data from a file
Arguments
- file_name
Name of file to read
- stringsAsFactors
Parameter for read.table function, by default stringsAsFactors = FALSE
- header
Logical type to read or do not read head of a file