Three Useful Functions in Base R: `regexec()`, `strrep()`, and `append()` | /en/2023/10/three-functions/
Three Useful Functions in Base R: regexec(), strrep(), and append()
I just finished reviewing a pull request in the knitr repo that tries to improve the error message when it fails to parse YAML, and I feel three base R functions are worth mentioning to more R users. …