Skip to content

Instantly share code, notes, and snippets.

@philadams-zz
Created December 10, 2012 21:03
Show Gist options
  • Save philadams-zz/4253407 to your computer and use it in GitHub Desktop.
Save philadams-zz/4253407 to your computer and use it in GitHub Desktop.
Read SPSS file with custom headers in R
library('memisc')
args = commandArgs(trailingOnly=TRUE)
fname = args[1]
myData = as.data.set(spss.system.file(fname))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment