R 설치
https://cran.r-project.org/bin/windows/base/
Download R-4.0.2 for Windows. The R-project for statistical computing.
If you want to double-check that the package you have downloaded matches the package distributed by CRAN, you can compare the md5sum of the .exe to the fingerprint on the master server. You will need a version of md5sum for windows: both graphical and comm
cran.r-project.org
R studio 설치
https://rstudio.com/products/rstudio/download/
Download RStudio
RStudio is a set of integrated tools designed to help you be more productive with R. It includes a console, syntax-highlighting editor that supports direct code execution, and a variety of robust tools for plotting, viewing history, debugging and managing
rstudio.com
설치를 완료했으면 아래 포스팅으로 넘어가기! ↓
https://young2un.tistory.com/89
[R] Python 가상환경 생성 및 R 주피터 노트북 연결
Anaconda Prompt 실행 파이썬 버전 확인 python --version # 3.7.2 아나콘다 버전 확인 conda --version # 4.7.12 아나콘다 update conda update conda 가상환경 list conda info --envs 가상환경 생성 conda crea..
young2un.tistory.com
R은 "함수형 언어"
실행 단축키 ctrl + enter
<- 단축키 Alt+ '-'
%>% 단축키 Ctrl + Shift + M
* R 인덱싱은 1부터
'R' 카테고리의 다른 글
[R] 데이터 개념 이해하기 (2-2) (0) | 2020.07.08 |
---|---|
[R] 데이터 개념 이해하기(2) (0) | 2020.07.03 |
[R] 필수 패키지 설치 및 외부 문서 읽어오기 (0) | 2020.07.02 |
[R] 데이터 개념 이해하기(기초) (0) | 2020.07.02 |
[R] Python 가상환경 생성 및 R 주피터 노트북 연결 (0) | 2020.07.02 |
댓글