https://github.com/raganwald/stata
Read and write support for the Stata binary format
https://github.com/raganwald/stata
Last synced: 3 months ago
JSON representation
Read and write support for the Stata binary format
- Host: GitHub
- URL: https://github.com/raganwald/stata
- Owner: raganwald
- License: mit
- Created: 2012-07-06T17:04:22.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-06T17:19:31.000Z (about 13 years ago)
- Last Synced: 2025-02-09T12:29:48.474Z (5 months ago)
- Language: C
- Homepage:
- Size: 121 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
to make the test C app, run:
cd ext
make -f Makefile_c -B
./stata_c_test file.dtathis will compile the application, read file.dta and create a copy of it from the same data in out.dta
to make the test Ruby app, run:
cd ext
ruby extconf.rb
make
./test.rb file.dta
this will do the same, but using the Ruby extensionIf the app finds any issues with the data, it will fail an assert, which will give you line numbers to the source.