= R in Cloud = R 을 설치하지 않고 cloud computing으로 사용할 수 있다. == R Studio Cloud == [[https://rstudio.cloud]] [[https://rstudio.cloud|{{https://rstudio.cloud/94539adfa2edf8d33c806f481bae6b36.svg||height=25em}}]] * [[https://rstudio.com/about/|R Studio]]에서 제공하는 무료 Cloud Computing 도구. * Web browser로 R Studio 회사에 접속하여 cloud computing 자원(CPU)을 이용하여 계산하는 방법 * [[https://rstudio.cloud/plans/free|1달에 15시간까지는 무료]], 그 이상은 유료 * 15시간은 순수 계산 시간만 따짐 (CPU를 1분 이용 한 경우 1분으로 counting) * 1분 걸리는 계산을 900번 할 수 있는 분량 (10초짜리 계산을 9000번 할 수 있는 분량) == R in Google Colaboratory == Google Colaboratory ([[https://colab.research.google.com/]])은 web browser로 Google 의 자원(CPU, GPU, TPU)을 이용하여 계산하는 방법이고, 무료이다. * 기본 언어는 python이지만, 제한적으로 R도 사용 가능하다. * [[https://colab.research.google.com]] : python 코드를 바로 입력하여 실행가능 * [[https://colab.research.google.com/#create=true&language=r]] : R 코드를 입력하여 실행가능 * [[https://colab.fan/r]] : 위 주소의 축약형. R 코드를 입력하여 실행가능