googleVis 패키지 설치하기, googleVis 패키지 임포트

CODEDRAGON Development/Big Data, R, ...

반응형

 

 

googleVis  패키지 설치하기

> install.packages("googleVis")
Installing package into C:/Users/codedragon/Documents/R/win-library/3.3
(as
lib is unspecified)
trying URL '
https://cran.rstudio.com/bin/windows/contrib/3.3/googleVis_0.6.2.zip'
Content type 'application/zip' length 930243 bytes (908 KB)
downloaded 908 KB

package googleVis successfully unpacked and MD5 sums checked

The downloaded binary packages are in
        C:\Users\Public\Documents\ESTsoft\CreatorTemp\Rtmpuk3vKz\downloaded_packages

>

 

 

googleVis 패키지 임포트

> library(googleVis)
Creating a generic function for ‘toJSON’ from package ‘jsonlite’ in package ‘googleVis’

Welcome to googleVis version 0.6.2

Please read Google's Terms of Use
before you start using the package:
https://developers.google.com/terms/

Note, the plot method of googleVis will by default use
the standard browser to display its output.

See the googleVis package vignettes for more details,
or visit http://github.com/mages/googleVis.

To suppress this message use:
suppressPackageStartupMessages(library(googleVis))

>

 

 

 

반응형