Skip to content

Commit 67dd0f0

Browse files
committed
updated running_r to include the codeblock from the screenshot
1 parent 577bec3 commit 67dd0f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/tutorials/running_r.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ Click on the `R:(not attached)` link to launch an R terminal.
3131
3) You can then send code from the `.R` file to the R terminal by pressing
3232
`cmd/ctrl + enter`.
3333

34+
```R
35+
hist(rnorm(1000))
36+
```
37+
3438
![alt text](../assets/rdev5.png)

0 commit comments

Comments
 (0)