[關鍵字]: R, 資料整理, package, dplyr
[出處]: http://blog.rstudio.org/2014/01/17/introducing-dplyr/
[重點摘要]:
Hadley又釋出了新的整理資料用的套件!
介紹中最讓我驚豔的是:
With dplyr, anything you can do to a local data frame you can also
do to a remote database table. PostgreSQL, MySQL, SQLite and
Google bigquery support is built-in.
簡單來說, 除了R 自己的data.frame之外, 這傢伙還支援各種資料庫系統。酷!