read_file: Function to read file

View source: R/utils.R

read_fileR 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

MaxWiK documentation built on April 3, 2025, 8:47 p.m.