Add section about extending `R` with your own functions: https://github.com/agarbiak/CS1/blob/a064d0a0f8a10a4cbf06dfe811864b4dcd6aa65d/setup.Rmd#L138 Something like: ```` ## Extending `R` with your own functions We can further "_extend_" `R` by implementing our own functions: ```{r setup-udfs} # UDF example ``` ````
Add section about extending
Rwith your own functions:CS1/setup.Rmd
Line 138 in a064d0a
Something like: