powered by
ImportCSV(file, dec = '.', sep=',', comment.char='#', header = TRUE)
data(Events) write.csv(Events, "data.csv", row.names=FALSE) ImportCSV("data.csv") ImportCSV("data.csv", dec = '.', sep=',', comment.char='#', header = TRUE)
Run the code above in your browser using DataLab