Created
February 13, 2012 19:23
-
-
Save robinkraft/1819331 to your computer and use it in GitHub Desktop.
what to drop from FORMA data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| drop if prob201108 == . & hansen == 0 | |
| drop country ecoid gadm coastdist modh modv sample line prob200512 | |
| drop if prob201108 < 50 & hansen == 0 | |
| outsheet using "/Users/robin/Dropbox/code/forma-app/data/IDN.csv", comma noquote |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment