In-built Path handling Functions in R are very useful — When writing Data Science and Data Analysis Scripts in R, not rarely one has to recursively search for files inside folders, test for their existence, create new folders or files, rename or move them, delete them, and perform many other miscellaneous actions around paths. Here, I want to give you…