Skip to content

Latest commit

 

History

History
executable file
·
5 lines (3 loc) · 273 Bytes

README.md

File metadata and controls

executable file
·
5 lines (3 loc) · 273 Bytes

crazy_R

Cool R tricks that you probably shouldn't use unless you have a very good reason and really know what you are doing

modify_in_place.R : An example of how to effectively modify a variable by reference, which is usually not the right way to do things, but ...