Skip to content

Instantly share code, notes, and snippets.

@larsvilhuber
Created August 4, 2016 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larsvilhuber/3888d7f811543e962b0fc1c7f036520d to your computer and use it in GitHub Desktop.
Save larsvilhuber/3888d7f811543e962b0fc1c7f036520d to your computer and use it in GitHub Desktop.
base <- "/rdcprojects/tr/tr00612"
version <- "2.0.2" # specify the version of the dataset
myid <- "specXXX"
prefix <- "synlbd"
# load packages - also see code snippet below for repos setup
library(foreign)
inputs = paste(base,"/data/synlbd/",version,sep="")
mydata = paste(base,"/programs/users/",myid,"/data",sep="")
analysis_file ...
save(analysis_file,file=paste(mydata,"/analysis_file.RData",sep=""))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment