R Explained for Excel Users: What is a Directory?
George Mount
Analytics & AI for Modern Excel ?? LinkedIn Learning Instructor ?? Microsoft MVP ?? O'Reilly Author ??
Like Excel, R can read in files and create new files based on your commands.
R will assume these files will be read from and written to your directory.
This is a common stumbling block for new R users, but pretty easy to understand with a couple of basic functions.
In the below example, I created a simple vector and then exported it from R using write.table( ):
Continue Reading...