顯示具有 R - Read Data 標籤的文章。 顯示所有文章
顯示具有 R - Read Data 標籤的文章。 顯示所有文章

2014年11月5日 星期三

Read Data from Other Scources in R

image

image

image

 

image

 

 

image

 

image

 

image

 

Source from: http://jtleek.com/modules/03_GettingData/02_05_readingFromOtherSources/#1

 

If you are interested in read data from Microsoft Excel, please refer to below blog:

http://wendellandservicescience.blogspot.tw/2013/11/r-r.html

image

file.choose(): to open “Select file” window

image

Read Data from APIs in R

image

https://dev.twitter.com/docs/api/1/get/blocks/blocking

image

https://dev.twitter.com/apps

image

image

image

image

https://dev.twitter.com/docs/api/1.1/get/search/tweets

image

https://dev.twitter.com/docs/api/1.1/overview

image

 

Source from: http://jtleek.com/modules/03_GettingData/02_04_readingFromAPIs/#1

Read Data from Web in R

image

SNAGHTML8377a1

http://www.theatlantic.com/technology/archive/2014/01/how-netflix-reverse-engineered-hollywood/282679/

SNAGHTML84b78e

http://scholar.google.com/citations?user=HI-I6C0AAAAJ&hl=en

image

image

 

image

image

image

image

http://cran.r-project.org/web/packages/httr/httr.pdf

SNAGHTML8d696e

image

 

Source from: http://jtleek.com/modules/03_GettingData/02_03_readingFromTheWeb/#1

Read Data from HDF5 in R

image

image

image

image

image

image

image

image

Source from: http://jtleek.github.io/modules/03_GettingData/02_02_readingHDF5

Read Data from MySQL in R

image

image

http://dev.mysql.com/doc/employee/en/sakila-structure.html

image

http://dev.mysql.com/doc/refman/5.7/en/installing.html

image

http://biostat.mc.vanderbilt.edu/wiki/Main/RMySQL

http://www.ahschulz.de/2013/07/23/installing-rmysql-under-windows/

image

image

http://genome.ucsc.edu/goldenPath/help/mysql.html

image

image

image

image

image

image

image

 

Source from: http://jtleek.com/modules/03_GettingData/02_01_readingMySQL/#1

 

If you are interested in connect R to Microsoft SQL Server, please refer to below blog:

https://andersspur.wordpress.com/2013/11/26/connect-r-to-sql-server-2012-and-14/