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

- Learn ECMAScript(Second Edition)
- Java逍遙游記
- TypeScript Essentials
- Mastering Entity Framework Core 2.0
- 高手是如何做產品設計的(全2冊)
- INSTANT FreeMarker Starter
- Cassandra Design Patterns(Second Edition)
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- Instant Lucene.NET
- Learning Unreal Engine Android Game Development
- iOS自動化測試實戰:基于Appium、Python與Pytest
- ASP.NET程序開發范例寶典
- 零基礎學C語言第2版
- 從Power BI到Analysis Services:企業級數據分析實戰
- 并行編程方法與優化實踐