Getting started
After the installation, you'll be able to use R on the command line by typing
r.
It's a bit dry as you can see.

Using R in the Mac OS Terminal
the best way to use R is to use a development environment and the most widely used is RStudio. All the examples in this book will be using it.
After this installation, you are ready to go 🙌
For the real R beginners, I would recommend to at least to check out in your app where are:
- the Console panel, where you can execute code that is not meant to be store
- the Source panel, where you can execute R file code. Where any piece of code can be selected and executed.
Choose from the menu on the left what you want to do. if you want to start with something easy I would recommend the XML sitemap
Last modified 2yr ago