hbctraining / DGE_workshop_salmon

https://hbctraining.github.io/DGE_workshop_salmon/
68 stars 47 forks source link

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

Open marypiper opened 5 years ago

rkhetani commented 5 years ago

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 commented 5 years ago

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 commented 4 years ago

@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.