# For getting current working directory in terminal in Rstudio getwd() setwd(dir)
# Imports data from outside the working directory, allows to choose the file d <- readRDS(file = file.choose())