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

Time: 2021-01-14Source: Huajun Software TutorialAuthor: dim sum

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 the editor’s introduction to how to use the basic functions of RStudio. For those who are not sure about it, come and take a look.

Related articles更多>>

Popular recommendations