Open
Description
Add section about extending R
with your own functions:
Line 138 in a064d0a
Something like:
## Extending `R` with your own functions
We can further "_extend_" `R` by implementing our own functions:
```{r setup-udfs}
# UDF example
```