DGE_workshop_salmon icon indicating copy to clipboard operation
DGE_workshop_salmon copied to clipboard

Arguments and functions each on own line and comment all code chunks

Open marypiper opened this issue 6 years ago • 3 comments

marypiper avatar Aug 06 '19 18:08 marypiper

In addition, when creating code chunks don't leave empty lines before and after the code:

this is good:

'''r something() '''

this is not:

'''r

something()

'''

rkhetani avatar Aug 12 '19 15:08 rkhetani

Finally, when adding links to the schedule add the relative path to the .md file.

e.g. ../lessons/06_DGE_visualizing_results.md instead of https://hbctraining.github.io/DGE_workshop_salmon/lessons/06_DGE_visualizing_results.html

rkhetani avatar Aug 12 '19 19:08 rkhetani

@marypiper , can you list a couple of examples here of how you want the code to be formatted? I can see this clearly when we are using pipes (%>%), but otherwise I am not sure I understand what you mean by "arguments and functions each on its own line".

An example of something with pipes and something without would be useful.

rkhetani avatar Dec 06 '19 19:12 rkhetani