This project is a hacked together command-line tool for cranking out CSV files from SAS "XPORT" files (often ending in extension ".xpt"). Many public health datasets are stored in this format.
$ ./xport2csv.R data.xpt | csvlook | less -S
- xport2csv.R : command line interface (R behind the scenes) for hacking csv files