library(googleVis)
## Loading required package: RJSONIO
## Welcome to googleVis version 0.3.0
## 
## Please read the Google API Terms of Use before you use the package:
## https://developers.google.com/terms/
## 
## Type ?googleVis to access the overall documentation and
## vignette('googleVis') for the package vignette. You can execute a demo of
## the package via: demo(googleVis)
## 
## More information is available on the googleVis project web-site:
## http://code.google.com/p/google-motion-charts-with-r/
## 
## Contact: <rvisualisation@gmail.com>
## 
## To suppress the this message use:
## suppressPackageStartupMessages(library(googleVis))
ling2012 = read.delim("ling_ranking2012.txt", T, "\t")
## Warning: 輸入連結 'ling_ranking2012.txt' 中的輸入不正確
print(gvisTable(ling2012), "chart")
print(gvisGeoChart(ling2012, "Country"), "chart")