Welcome to the second article in my series of “Writing Your Own Functions in R”.
In this article, we will see how we can write a custom function that iterates through different sheets in .xlsx files stored in a directory. We will also see how we can use this function to even process the data stored
Read More