Export Combined Superman Data as SPSS .sav file

Description

Exports the joined Superman movies + actor dataset with full SPSS labels. This combines data from superman_movies and superman datasets.

Usage

export_superman_combined_sav(
  path = "superman_combined_data.sav",
  use_sentinel = TRUE
)

Arguments

path File path. Defaults to "superman_data.sav".
use_sentinel If TRUE (default), NA becomes -99 with SPSS missing codes.

Value

Invisibly returns the labelled data frame.

Examples