powered by
read_data_csv(filename, format = "row", header.col = TRUE, header.row = TRUE, sep = ",")
## Not run: # ## Example of reading a dataset from a CSV file # data.matrix = read_data_csv("data.csv", format = "row") # ## End(Not run)
Run the code above in your browser using DataLab