Remove factor variables that where created during the import process from data, since they are basically duplicates of the original numeric categorical variables and not needed when working with SPSS.

defactorize_tsExport(tsExport)

Arguments

tsExport

tsExportdata where factorized variables should removed.

Value

tsExportdata without factor variables found in the vallab lookup list.

Details

For variables found in the vallab lookup list remove their corresponding factorized variables. Mark the tsExport object as factorized = FALSE in export_options.