LilahMcC / NarwhalHR

0 stars 1 forks source link

Code folding and sections #7

Open FlukeAndFeather opened 2 years ago

FlukeAndFeather commented 2 years ago

In util.R, use the RStudio code folding and section syntax to divide up your three categories of functions

Details here: https://support.rstudio.com/hc/en-us/articles/200484568-Code-Folding-and-Sections-in-the-RStudio-IDE

https://github.com/LilahMcC/NarwhalHR/blob/706112e60d29dd9f5ad5e564f8ea65b90017b799/util.R#L1

LilahMcC commented 2 years ago

I did the code folding and saved and committed my file, but when I restart the r session, the folding is all gone. I looked it up and it says that people are having the same issue, but I couldn't find a solution.