Challenge the talent inside you, participate in Animate 2024!     Click here for details.

Working directories in RStudio - English

19545 visits



Outline:

What is working directory in R How to know the current working directory How to use getwd function How to set a working directory from the user interface of RStudio How to set a working directory from the Console window of RStudio How to use setwd function How to read and store a CSV file in R How to use read.csv function How to view a stored CSV file in R How to use the View function