stringr 패키지 설치하기 & stringr 패키지 임포트

CODEDRAGON Development/Big Data, R, ...

반응형

 

 

stringr 패키지 설치하기

> install.packages("stringr")
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/stringr_1.2.0.zip'
Content type 'application/zip' length 148557 bytes (145 KB)
downloaded 145 KB

package stringr successfully unpacked and MD5 sums checked

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

>

 

 

stringr 패키지 임포트

> library(stringr)

>

 

 

반응형