how to get current working directory in rstudio code example
Example: rstudio working directory
# Imports data from outside the working directory, allows to choose the file
d <- readRDS(file = file.choose())
# Imports data from outside the working directory, allows to choose the file
d <- readRDS(file = file.choose())