CrumpLab / psyc7709_2019

Course website for PSYC 7709 - Using R for Reproducible Research (taught by Matt Crump 2019)
https://crumplab.github.io/psyc7709_2019/
1 stars 7 forks source link

Writing code inside issues posts #4

Open CrumpLab opened 5 years ago

CrumpLab commented 5 years ago

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.