If you run into a coding issue, it is often very helpful to post the code that isn't working.
You can write code blocks in this editor, just like you do in R markdown. For example:
a <- 1
To create a code block start on a new line, then type three backticks ``` , type your code, then on a new line close the code block with three backticks ```.
```
your code
```
You can click the preview tab to see if your code is rendering properly as a code block.
If you have code that doesn't work you can copy paste into a code block and it will be easier for other people to read.
If you run into a coding issue, it is often very helpful to post the code that isn't working.
You can write code blocks in this editor, just like you do in R markdown. For example:
To create a code block start on a new line, then type three backticks ``` , type your code, then on a new line close the code block with three backticks ```.
``` your code ```
You can click the preview tab to see if your code is rendering properly as a code block.
If you have code that doesn't work you can copy paste into a code block and it will be easier for other people to read.