May 2022
Beginner to intermediate
656 pages
18h 50m
English
You turned here first, didn’t you? By default, R provides a simple command-line interface (CLI). The user enters statements at a command-line prompt (> by default), and each command is executed one at a time. For many data analysts, the CLI is one of R’s most significant limitations.
Several attempts have been made to create more graphical interfaces, ranging from code editors that interact with R (such as RStudio) to GUIs for specific functions or packages (such as BiplotGUI) to full-blown GUIs that allow you to construct analyses through interactions with menus and dialog boxes (such as R Commander).
Table A.1 lists several of the more useful code editors that let you edit and execute R code and include ...
Read now
Unlock full access