write32.dta: Process a VISION XML file from their EDC

Description Usage Arguments See Also

Description

Essentially a direct copy of write.dta from the foreign package, except taking $<=$ 32 instead of $<$ 32 characters in a variable name

Usage

1
2
3
write32.dta(dataframe, file, version = 7L, convert.dates = TRUE,
  tz = "GMT", convert.factors = c("labels", "string", "numeric", "codes"),
  remove.nullstrings = TRUE)

Arguments

dataframe

a data frame.

file

character string giving filename.

version

integer: Stata version: 6, 7, 8 and 10 are supported, and 9 is mapped to 8, 11 to 10.

convert.dates

Convert Date and POSIXt objects to Stata dates?

tz

timezone for date conversion

convert.factors

how to handle factors

remove.nullstrings

logical (TRUE) Replace "" with NA

See Also

write.dta


muschellij2/processVISION documentation built on May 23, 2019, 9:54 a.m.