You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blogs/posts/rstudio_and positron_ide_tips.qmd
+23-6Lines changed: 23 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,9 @@ RStudio is a free and open-source integrated development environment (IDE) that
19
19
-**Adopt a consistent folder structure**: Organise your project directory with sub-folders for clarity, such as `data/` (with `raw/` and `processed/` subdirectories), `scripts/`, and `output/` (for figures and reports).
20
20
-**Create dynamic reports rather than static**: One can use R markdown or a quarto file to create a dynamic output document, slides, or website. This allows you to integrate code and narrative text, making it easier to update and reproduce your analysis.
21
21
22
-
 - **Integrate Version Control using Git or GitHub**: RStudio has a built in *Terminal* as well as a *Git* pane to help you manage version control. This allows you to track code or text changes, collaborate with others on shared and/or open source projects, and maintain a history of your project.
22
+

23
+
24
+
-**Integrate Version Control using Git or GitHub**: RStudio has a built in *Terminal* as well as a *Git* pane to help you manage version control. This allows you to track code or text changes, collaborate with others on shared and/or open source projects, and maintain a history of your project.
23
25
24
26

25
27
@@ -45,13 +47,28 @@ RStudio is a free and open-source integrated development environment (IDE) that
45
47
46
48
# Positron IDE tips
47
49
48
-
Positron is an IDE that combines exploration and production work in one free, AI-assisted environment, empowering the full spectrum of data science in Python and R. It helps to quickly move from data to insight to application in one code editor. The UI is rather similar to that of Visual Studio Code. Here are some tips to enhance your workflow in Positron:
50
+
Positron is an IDE that combines exploration and production work in one free, AI-assisted environment, empowering the full spectrum of data science in Python and R. It helps to quickly move from data to insight to application in one code editor. The UI is rather similar to that of Visual Studio (VS) Code. Positron is actually a fork of VS Code. Here are some tips to enhance your workflow in Positron:
49
51
50
52
-**Easily switch between Python and R**: It supports Python and R equally well. In RStudio, if one tries to run Python, it requires them to install certain packages and also install Jupyter separately. In Positron, you can seamlessly switch between R and Python with just 2 click.
51
53
52
54

53
55
54
-
-**Tip 2**:
55
-
-**Tip 3**:
56
-
-**Tip 4**:
57
-
-**Tip 5**:
56
+
-**Familiarise yourself with the layout**: The Activity bar on the left is similar to that in VS Code. The different panes in Positron IDE such as File Explorer, source code editor (Console, Terminal, etc.), Environment/Variables, Sessions, Help, and Plot.
57
+
58
+
-**Using Data Explorer**: After creating/importing a data table, clicking on the Data Explorer icon gives a tabular view of the data along with a quick summary plot. Hovering onto the plots also gives more summary statistics. In the table view, similar to a Spreadsheet, one can filter or sort the rows.
59
+
60
+

61
+
62
+
-**Positron Assistant**: This is an LLM integrated into the IDE. It can be used as a coding assistant. As of version Positron 2025.07.0-204, Anthropic can be used for chat and GitHub Copilot for code completion.
-**Help tab**: The Help tab consists of Positron documentation, a Community Forum on GitHub, reporting a bug, cheatsheets, other Posit products, and posit support.
-**Access databases**: The **Connections** tab can be use to access databases, which are essential for data science workflows efficiently. Down;load the essential prerequisite packages such as `DBI`, `RSQLite`, etc. with just one click and then create a new connection to the database.
71
+
72
+

73
+
74
+
I hope this blog helps you get started with RStudio and Positron IDEs and makes your workflow more efficient. Happy coding!
0 commit comments