- Hands-On Data Science with Anaconda
- Dr. Yuxing Yan James Yan
- 95字
- 2021-06-25 21:08:46
Installing R via Conda
The following steps are for R package installation:
- Note that the R package is not preinstalled when installing Anaconda, as shown here:

- To install R software, we have to issue the following command after we click Anaconda Prompt:
conda install r-essentials
- After installation, we can see the following:

- We could try a few commands. For example, we first generate an R function called pv_f() with the keyword function. For this function, we have three input values: fv for future value, r for interest rate, and n for the number of periods:
