Description Usage Arguments Value See Also Examples
View source: R/readcsv_function.R
A function to read in csv file and return a confirmation
1 | ReadCSVFile(DataPath, filename)
|
DataPath |
The folder where the file is stored in |
filename |
The name of the file |
A data frame in R, and a printed sentense report whether this file can be successfully loaded.
read.csv and read.csv2
1 | x<-ReadCSVFile(/Users/newfile, newfile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.