read_file {MaxWiK} | R Documentation |
Function to read file
Description
Function to read file
Usage
read_file(file_name = "", stringsAsFactors = FALSE, header = TRUE)
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 |
Value
data.frame of data from a file
Examples
NULL
[Package MaxWiK version 1.0.5 Index]