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

CODEDRAGON Development/Big Data, R, ...

반응형

 

 

 

httr 패키지 설치하기

install.packages("httr")

 

> install.packages("httr")
Installing package into ‘C:/Users/prons/Documents/R/win-library/3.3’
(as ‘lib’ is unspecified)
trying URL '
https://cran.rstudio.com/bin/windows/contrib/3.3/httr_1.3.1.zip'
Content type 'application/zip' length 302337 bytes (295 KB)
downloaded 295 KB

package httr successfully unpacked and MD5 sums checked

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

>

 

[Yes]


 

 

httr 패키지 임포트

library(httr)

> library(httr)

>

 

 

반응형