The Mysterious Ellipsis: Tutorial
If you have any basic experience with R, you probably noticed that R uses three dots ellipsis (…) to allow functions to take arguments that weren’t pre-defined or hard-coded when the function was built. Even though R beginners are usually aware of this behavior, especially due to some common functions ...
![](https://www.r-exercises.com/wp-content/uploads/2018/10/ellipsis.png)