Tip 4: Document throughout

Keep code well commented for others and for yourself.

R Markdown framework super helpful for this. Using the options within the code chunks (eval and echo) thoughtfully to boost documentation.