readFile: readFile

Description Usage Arguments Details Value Author(s) See Also

View source: R/U03.readFile.R

Description

readFile reads a csv, dic, or text file into memory

Usage

1
readFile(object, binary = FALSE)

Arguments

object

List containing directory and filename

binary

Logical. Read binary if TRUE

Details

The function takes a directory and file name as s parameter, reads the file and returns the object to the calling environment.

Value

fileData The csv, dic, bin, or text data

Author(s)

John James, j2sdatalab@gmail.com

See Also

Other io functions: loadObject, saveFile, saveObject


DataScienceSalon/predictifyR.3.0 documentation built on May 23, 2019, 8:25 p.m.