1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/zap_widths.R
3\name{zap_widths}
4\alias{zap_widths}
5\title{Remove display width attributes}
6\usage{
7zap_widths(x)
8}
9\arguments{
10\item{x}{A vector or data frame.}
11}
12\description{
13To provide some mild support for round-tripping variables between SPSS
14and R, haven stores display widths in an attribute: \code{display_width}. If this
15causes problems for your code, you can get rid of them with \code{zap_widths}.
16}
17\seealso{
18Other zappers:
19\code{\link{zap_empty}()},
20\code{\link{zap_formats}()},
21\code{\link{zap_labels}()},
22\code{\link{zap_label}()}
23}
24\concept{zappers}
25