Sibashis Dec 03, 2019 No Comments
Welcome to the third article of my series “Writing your own functions in R”. This weekend we will see how we can create attractive excel reports using openxlsx package.
In the pr
Sibashis Nov 28, 2019 No Comments
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
Sibashis Nov 14, 2019 No Comments
There is so much in common we do whenever we start writing an R script. Recently we have identified a few things which are pretty repetitive and it only helps if one function does it all. Lets see how we can run our own func