sav_to_rds: Serialise a SPSS file to RDS

View source: R/sav_to_rds.R

sav_to_rdsR Documentation

Serialise a SPSS file to RDS

Description

This function is useful for converting large, bulky SAV files into RDS files which are faster to load and take up less memory. Use readRDS() for loading in the exported file. By default, the old file name is retained and saved in the same location as RDS unless otherwise specified by the export argument.

Usage

sav_to_rds(import, export = "")

Arguments

import

String containing path to .SAV file

export

String containing desired file name for RDS export. Default is to use same name as .SAV file


martinctc/surveytools documentation built on Nov. 21, 2024, 10:48 p.m.