1. R 설치하기https://www.r-project.org/ 사이트에 접속 밑줄 친 부분 클릭 - 아무거나 들어가기 - windows 버전에 맞게 설치 - base 권장- 이번에는 3.5.1 버전을 다운 받았음- 설치 중, 32비트는 해제시킴- 그대로 쭉 진행해서 설치완료 2. R studio 설치하기 https://www.rstudio.com/products/rstudio/ 사이트에 접속 - 클릭 - 페이지 스크롤을 내리다보면 윈도우 버전에 맞는 인스톨러 다운로드 - 기본값 설정 후 설치 3. 환경구축 - R studio 실행 후, 메뉴 중 Tool-> Global option -> Appearance -> Edit theme 설정 - Tool-> Global option -> Appearance ..
1. Selenium이란? 2. 설치하기 1) selenium 다운받기. (ver. 3.11.0)>>> https://www.seleniumhq.org/download/ 2)geckodriver 다운받기. (ver. 0.17.0) >>> https://sites.google.com/a/chromium.org/chromedriver/ 3) chromeDriver 다운받기(ver.2.37) >>> https://sites.google.com/a/chromium.org/chromedriver/downloads 3. selenium 준비하기 1) 다운을 받은 후 C:\r_selenium에 폴더를 만들어 세 파일을 위치시킨다. 2) cmd 관리자 모드를 실행한 후 cmd 콘솔창에 cd C:\r_selenium를 ..