The Views PSPP module allows a view to be displayed/exported in PSPP format. The module was heavily inspired by the Views Bonus Pack Export module. The module simply adds these two new styles to the Feed display:
PSPP Syntax used to describe the PSPP syntax.
PSPP CSV used to describe export data.
About PSPP
PSPP is a program for statistical analysis of sampled data. It is a Free replacement for the proprietary program SPSS, and appears very similar to it with a few exceptions. PSPP is a free Software licensed under GPLv3 or later.
A collection of views examples that can be turned on and used directly within views. You can use the views examples as-is on your site, or you can clone them and use them as a starting point for further customized views.
Although this module works, it will likely be rewritten as a features package in the future.
How to Use
Enable views and views_examples modules.
Go to views_examples settings page: /admin/settings/views_examples
Turn on the examples you would like to try out. Some examples require additional modules which are noted. You won't be able to enable those examples until the required modules are enabled.
Go to views build page: /admin/build/views. The enabled examples will be shown.
Click "clone" for any example you want to edit. This is not strictly necessary (you can simply edit the example view itself) but, if you clone it instead, you will be left with the original example view for reference.
Edit your cloned version and play around. Preview results of the view at the bottom of the page by choosing the display and then clicking the Preview button.
Have fun!!
Current Views Examples
Most of the examples thus far are fairly simple. One more complicated one is the Similar by Terms example.
Integration between Privatemsg, Views and Views Bulk Operations. Allows to create lists of private messages using Views and also provides optional Privatemsg UI based on Views.