View source: R/UtilityFunctions.R
readCSV | R Documentation |
Read csv files using read.table function from utils package set header = TRUE, stringsAsFactors = FALSE, and check.names = FALSE
readCSV(filename, fill = FALSE)
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. |
The data read
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.