R studio (0) - Package 관련 명령어/ 설치 방법
1. library( )
: 현재 R시스템에 설치되어있는 패키지들의 목록들을 출력
library(base), library(boot) 등 library([package_name])을 입력하면 그 부분의 값만 나타남
2. search()
: 현재 R시스템에서 사용가능한 패키지들의 목록들을 출력
3. install.packages("")
: Package(s) 들을 필요하면 추가로 설치하는 명령(* file창에서도 추가로 설치 가능함)
4. detach("")
: package 제거
5. sys.setlocale("LC_ALL","English United States.1252")
: 글자가 깨져서 나타나는 경우, 재코딩 (Local file 위치, 언어 파일 선택)
R_Gui(programming language) 설치: https://www.r-project.org/
R: The R Project for Statistical Computing
www.r-project.org
R studio 설치: https://rstudio.com/
RStudio | Open source & professional software for data science teams
RStudio provides free and open source tools for R and enterprise-ready professional software for data science teams to develop and share their work at scale.
rstudio.com