Open marypiper opened 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
@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.
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()
'''