본문 바로가기

Data Analytics

R get the data from excel into R with read.delim('clipboard')




copy and paste from excel


dataset001 <- read.delim('clipboard')

and then click run


View(dataset001)


you can see the data on grid



from youtube http://www.youtube.com/watch?v=U69k3hjDlM0

'Data Analytics' 카테고리의 다른 글

http://cafe.naver.com/datageeks  (0) 2014.01.27
PCA : Interpretation Examples (Principal Components Analysis)  (0) 2014.01.12
데이터분석 1  (0) 2013.12.25
[펌] 10 types of regressions. Which one to use?  (1) 2013.12.23
R 자료형  (0) 2013.12.22