Answers for "rstudio working directory"

R
5

r set working directory

setwd("/Users/SampleUser/Desktop/R")
Posted by: Guest on May-24-2020
0

rstudio working directory

# Imports data from outside the working directory, allows to choose the file
d <- readRDS(file = file.choose())
Posted by: Guest on February-07-2021

Browse Popular Code Answers by Language