ReadCSVFile: A function to read in csv file and return a confirmation

Description Usage Arguments Value See Also Examples

View source: R/readcsv_function.R

Description

A function to read in csv file and return a confirmation

Usage

1
ReadCSVFile(DataPath, filename)

Arguments

DataPath

The folder where the file is stored in

filename

The name of the file

Value

A data frame in R, and a printed sentense report whether this file can be successfully loaded.

See Also

read.csv and read.csv2

Examples

1
x<-ReadCSVFile(/Users/newfile, newfile)

wzhranran/ACReporting documentation built on May 14, 2019, 8:37 a.m.