- 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:

- The Complete Rust Programming Reference Guide
- 數(shù)字媒體應(yīng)用教程
- Learning RabbitMQ
- 看透JavaScript:原理、方法與實踐
- 機器人Python青少年編程開發(fā)實例
- Mastering Unity Shaders and Effects
- Functional Kotlin
- C語言程序設(shè)計案例精粹
- 數(shù)據(jù)結(jié)構(gòu)與算法分析(C++語言版)
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- Visual Studio Code 權(quán)威指南
- Mastering Elixir
- 進入IT企業(yè)必讀的324個Java面試題
- Android移動應(yīng)用項目化教程
- Android開發(fā)進階實戰(zhàn):拓展與提升