zap_formats: Remove format attributes

View source: R/zap_formats.R

zap_formatsR Documentation

Remove format attributes

Description

To provide some mild support for round-tripping variables between Stata/SPSS and R, haven stores variable formats in an attribute: format.stata, format.spss, or format.sas. If this causes problems for your code, you can get rid of them with zap_formats.

Usage

zap_formats(x)

Arguments

x

A vector or data frame.

See Also

Other zappers: zap_empty(), zap_labels(), zap_label(), zap_widths()


hadley/haven documentation built on Jan. 5, 2024, 10:30 a.m.