이전다음 Spring 더보기 Javascript 더보기 Java 더보기 대표과정 Javascript Java Spring Python 최신 글 목록 R analysis RStudio 시작하기 프로젝트 만들기 file -> new project -> new directory -> new project 스크립트 실행하기 script에 한줄 단위로 작성하고 ctrl + enter 작성하면 한줄씩 실행된다 한번에 실행하고 싶다면 ctrl + alt + r 주석은 ctrl + shift + c console 창 지울땐 ctrl + L 저장 script 내용을 저장하면 R 확장자로 저장된다. (예시에서는 ex1 이라는 임의의 명칭으로 저장했다) 끄고 다시 키면 .Rhistory가 저장된다. 설치 및 설정 R, RStudio 설치 및 설정 r-project.org https://www.r-project.org/ R 과정 생략, 설치 https://cran.seoul.go.kr/ RStudio https://www.rstudio.com/ RStudio 과정 생략 설치 https://www.rstudio.com/products/rstudio/download/#download RStudio 관리자 권한 자바 설치하면서 했었다고 한다 만약을 대비하여 작성 자바 기반 R관련 package 를 사용하기 위한 설정 >Sys.setenv(JAVA_HOME="c:/program files/java/jre~") >Sys.getenv() 속성 -> 호환성 설정 변경 Django django11 - ajax, db Anaconda Prompt properties 참고하여 경로이동 python manage.py inspectdb > aa.py 생성된 aa.py에서 Sangdata 복사 후 models.py에 복사 settings.py """ Django settings for django11_ajax_db project. Generated by 'django-admin startproject' using Django 4.1.2. For more information on this file, see https://docs.djangoproject.com/en/4.1/topics/settings/ For the full list of settings and their values, see https://docs.djan..