xsd_convert(x, idcol = NULL, shortform = TRUE, ...)# S3 method for haven_labelled_defined
xsd_convert(x, idcol = NULL, shortform = TRUE, ...)
# S3 method for data.frame
xsd_convert(x, idcol = NULL, shortform = TRUE, ...)
# S3 method for dataset_df
xsd_convert(x, idcol = "rowid", shortform = TRUE, ...)
# S3 method for tbl_df
xsd_convert(x, idcol = NULL, shortform = TRUE, ...)
# S3 method for character
xsd_convert(x, idcol = NULL, shortform = TRUE, ...)
# S3 method for numeric
xsd_convert(x, idcol = NULL, shortform = TRUE, ...)
# S3 method for integer
xsd_convert(x, idcol = NULL, shortform = TRUE, ...)
# S3 method for logical
xsd_convert(x, idcol = NULL, shortform = TRUE, ...)
# S3 method for factor
xsd_convert(x, idcol = NULL, shortform = TRUE, ...)
# S3 method for POSIXct
xsd_convert(x, idcol = NULL, shortform = TRUE, ...)
# S3 method for Date
xsd_convert(x, idcol = NULL, shortform = TRUE, ...)
# S3 method for difftime
xsd_convert(x, idcol = NULL, shortform = TRUE, ...)