Saturday, June 16, 2018

Read data from csv in R Programming

Read a data set from csv file..

x <- read.csv(file.choose(),header=TRUE)

here x is the R data set vaiable.


No comments:

Read data from csv in R Programming

Read a data set from csv file.. x <- read.csv(file.choose(),header=TRUE) here x is the R data set vaiable.