Learn R Programming

MaxWiK (version 1.0.6)

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

Examples

Run this code
NULL

Run the code above in your browser using DataLab