Closed ben-williams closed 5 years ago
If I'm understanding this correctly, you're asking to have no comments after a pipe, correct? Move comments to their own line after each code line?
@ben-williams Nevermind, I understand it now. Apparently my brain was fried at 5 PM on Friday.
https://github.com/commfish/coho_known_age_study/blob/4ae222e587e147f41ff6c8a15f6ae776d289006e/code/LDA_JTP_DataImport.R#L29
For clarity and to follow along with our conventions could you please place a hard return after a pipe (similarly, a hard return after a + in ggplot)
Here is an example https://github.com/commfish/weiRends/blob/master/code/functions.r
Thanks!