June 2007
Beginner to intermediate
950 pages
27h 8m
English
The R function for this is file.choose(). Here it is in action with read.table:
data<-read.table(file.choose(),header=T)
Once you click on your selected file this is read into the dataframe called data.
Read now
Unlock full access