Skip to main content

read_sav_metadata

Function read_sav_metadata 

Source
pub fn read_sav_metadata(path: impl AsRef<Path>) -> Result<SpssMetadata>
Expand description

Read only the metadata from an SPSS file (no data).

This is much faster than read_sav() for files where you only need variable information, labels, or other metadata.