make_spss_ops: Make SPSS operations for a mutation

View source: R/make_spss_ops.R

make_spss_opsR Documentation

Make SPSS operations for a mutation

Description

Making SPSS operations for a mutation

Usage

make_spss_ops(.table, na_values = -99)

Arguments

.table

A list or data frame with three elements:

  1. Character vector of variable names

  2. Character vector of variable labels

  3. Character vector of value labels, each element of the form label1 = value1, label2 = value2, ...

na_values

Values to be marked as NA in SPSS. Applied to all variables given by .table.

Value

A list of quosures to be spliced into a mutate function.


jaydennord/nordr documentation built on March 2, 2023, 10:48 p.m.