Can anyone help me write a function similar to the source code of rle from scratch using loops in R? I want to test the performance of using loops vs apply.
↧
Can anyone help me write a function similar to the source code of rle from scratch using loops in R? I want to test the performance of using loops vs apply.