diff --git a/.Rhistory b/.Rhistory deleted file mode 100644 index 55a33ad..0000000 --- a/.Rhistory +++ /dev/null @@ -1,12 +0,0 @@ -getSrcDirectory()[1] -library(rstudioapi) -# Getting the path of your current open file -current_path = rstudioapi::getActiveDocumentContext()$path -setwd(dirname(current_path )) -print( getwd() ) -library(plyr) -library(rstudioapi) -current_path = rstudioapi::getActiveDocumentContext()$path -setwd(current_path) -setwd("C:/Users/reinkea/Documents/Arbeit/Paper/MSD Paper/msd/Repo") -dirname(current_path )