readCSV: Read csv files using read.table function from utils package...

View source: R/UtilityFunctions.R

readCSVR Documentation

Read csv files using read.table function from utils package set header = TRUE, stringsAsFactors = FALSE, and check.names = FALSE

Description

Read csv files using read.table function from utils package set header = TRUE, stringsAsFactors = FALSE, and check.names = FALSE

Usage

readCSV(filename, fill = FALSE)

Arguments

filename

A string specifying name of the csv file

fill

logical. If TRUE then in case the rows have unequal length, blank fields are implicitly added.

Value

The data read


USEPA/stateio documentation built on Feb. 12, 2024, 6:41 a.m.