How to create a directory if it does not exist in R

In this tutorial we will learn how to create a directory if it does not exist already using R. We will be using two base R functions, one of checking if a directory exists and the other for creating a directory. If a directory exists already we would not be creating it and if the… Continue reading How to create a directory if it does not exist in R

Exit mobile version