- Advanced Analytics with R and Tableau
- Jen Stirrup Ruben Oliva Ramos
- 271字
- 2021-07-02 20:26:03
RStudio
The R interface is not particularly intuitive for beginners. For this reason, RStudio IDE, the desktop version, is an excellent option for interacting with R. The download and installation sequence is provided.
There are two versions; the RStudio Desktop version, and the paid RStudio Server version. In this book, we will focus on the RStudio Desktop IDE option, which is open source.
Prerequisites for RStudio installation
In this section, RStudio IDE is installed on the Windows 10 operating system:
- To download RStudio, you can retrieve it from https://www.rstudio.com/products/rstudio-desktop/.
- Once you have downloaded RStudio, double-click on the file to start the installation. This will display the RStudio Setup and Welcome page. Click Next to continue:
- The next option allows the user to configure the installation location for RStudio. Here, the default option has been retained. If you do change the location, you can click Browse to select your preferred installation folder. Once you've selected your folder, click Next to continue to the next step.
- In the next step, RStudio shortcuts are specified. Click on Install to proceed:
- RStudio installs in the next step:
- Once completed, launch RStudio IDE. You can find it by navigating to Start | All Programs | RStudio | RStudio.exe. Alternatively, you can type RStudio into the Cortana search box. If you specified a custom installation directory, then you can find RStudio as an EXE file. The default installation directory for RStudio IDE is
C:\Program Files\RStudio\bin\rstudio.exe
. - Type
help.start()
at the RStudio prompt and press Enter. If you can see the help files on the screen then you have successfully installed and configured RStudio IDE to run with R.
推薦閱讀
- 少兒人工智能趣味入門:Scratch 3.0動(dòng)畫與游戲編程
- C程序設(shè)計(jì)簡(jiǎn)明教程(第二版)
- Effective C#:改善C#代碼的50個(gè)有效方法(原書第3版)
- SQL Server 2012數(shù)據(jù)庫(kù)技術(shù)及應(yīng)用(微課版·第5版)
- C語(yǔ)言程序設(shè)計(jì)案例精粹
- SQL Server 2016數(shù)據(jù)庫(kù)應(yīng)用與開發(fā)習(xí)題解答與上機(jī)指導(dǎo)
- JavaCAPS基礎(chǔ)、應(yīng)用與案例
- Protocol-Oriented Programming with Swift
- Mobile Device Exploitation Cookbook
- Appcelerator Titanium:Patterns and Best Practices
- Java EE 8 and Angular
- 交互設(shè)計(jì)師成長(zhǎng)手冊(cè):從零開始學(xué)交互
- Visual C#(學(xué)習(xí)筆記)
- C#網(wǎng)絡(luò)編程高級(jí)篇之網(wǎng)頁(yè)游戲輔助程序設(shè)計(jì)
- AI輔助編程Python實(shí)戰(zhàn):基于GitHub Copilot和ChatGPT