- Modern R Programming Cookbook
- Jaynal Abedin
- 368字
- 2021-07-08 09:48:22
How it works...
Once you follow the steps described in the How to do it… section, the R software will be installed, and it's ready to use. You can open R using either the desktop icon or quick launch icon, or from the Start menu.
However, to do some advanced-level work in R or if you want to open the R console from the Windows Command Prompt, you need to do some configuration that is specific to the operating system. In this subsection, you will see how the configuration works.
If you want to access the R terminal from the Windows Command Prompt, then you must open the Windows Command Prompt, and then type R and press Enter. However, without correctly configuring R, you won't be able to open the R terminal in this way. The following are the steps to configure R:
- Right-click on the Computer icon and select Properties from the following screen:

- Now, click on Advanced system settings. It will open up the System Properties window as shown in the following screenshot:

- At the bottom of the System Properties window, you will see Environment Variables…. Click on it and it will show the following screen:

- The Environment Variables window will pop up in which you will see two separate sections, one for User variables and another for System variables.
- In the System variables section, select the Path variable and then click on Edit…:

- Now, in this Path variable, add the location where you have installed R software. Choose the location where the R.exe and R.dll file belongs, for example, C:\Program Files\R\R-3.3.2\bin\x64.
- Put the location at the end of the Path variable after putting in a semicolon (;) and then click on OK on each of the window opened.
Once you have performed the preceding steps, it is the time to check whether you have correctly configured environment variables by performing the following steps:
- Go to the Start menu.
- Type cmd in the search box.
- Then, click on cmd.exe. It will open a black screen called Windows Command Prompt:

- Type R and hit Enter. If the R console opens, then everything is alright and you have correctly configured R in Windows:

- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- Boost C++ Application Development Cookbook(Second Edition)
- 騰訊iOS測試實踐
- 信息可視化的藝術:信息可視化在英國
- Python爬蟲開發:從入門到實戰(微課版)
- PyQt從入門到精通
- Python零基礎快樂學習之旅(K12實戰訓練)
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- ServiceNow:Building Powerful Workflows
- “笨辦法”學C語言
- PHP 7從零基礎到項目實戰
- SQL Server 入門很輕松(微課超值版)
- Python+Office:輕松實現Python辦公自動化
- Instant Pygame for Python Game Development How-to