If you are looking for software to use, go to Huajun Software Park! software release

How to use the basic functions of RStudio-RStudio usage tutorial

Author: dim sum Date: 2021-01-14

RStudio
RStudio-2022.07.2 Chinese version

Programming controls Storage: 181MB Time: 2022-07-25

Software introduction: RStudio is a powerful free and open source programming language and environment that provides a large number of graphical and statistical methods for statistical calculations and graphics...

Download now

Recently, many friends have asked me how to use the basic functions of RStudio. Then the editor will introduce how to use the basic functions of RStudio. I hope it will be helpful to you.

1. First, after opening the RStudio software, enter the main interface of the software. The upper left corner of the software is the script editing window. You can write code in this window. You can click the Run button to run the code you have written.

RStudio screenshot

2. In the lower left corner of the software is an Rgui editor. In this editor, you can both code and display the running results.

RStudio screenshot

3. History in the upper right corner of RStudio software is the running history record interface. To Console is to send the selected code to the operating platform in the lower left corner for execution. To Source is to send the code to the cursor position in the upper left corner.

RStudio screenshot

4. Environment in the upper right corner, Save can save the current workspace; Import Dataset imports data as a data set; Clear can clear all variables and functions in the current workspace.

RStudio screenshot

The above is an introduction to how to use the basic functions of RStudio brought by the editor. For those who are not sure about it, come and take a look.

Related articles