StatFiles.jl
StatFiles.jl copied to clipboard
Add support for save
Rough first steps:
- Add function stubs for the new functions we need from the C library to this file. Find the function names and signature from https://github.com/WizardMac/ReadStat.
- Just get one example of writing some file to work.
#16