Posts tagged with R

  • Getting a script's path in R

    Thumbnail for Getting a script's path in R

    Recently I found myself using R scripts from others and having to deploy my own R code on other machines. The majority of these had a hard coded path to either the script or the input data somewhere in the code. This becomes an issue when code needs to run...