haven 1.1.0
-
Update to latest readstat. Includes:
-
Share
as_factor()
with forcats package (#256) -
read_sav()
once again correctly returns system defined missings
asNA
(rather thanNaN
) (#223).read_sav()
andwrite_sav()
preserve
SPSS's display widths (@ecortens). -
read_sas()
gains experimentalcols_only
argument to only read in
specified columns (#248). -
tibbles are created with
tibble::as_tibble()
, rather than by "hand" (#229). -
write_sav()
checks that factors don't have levels with >120
characters (#262) -
write_dta()
no longer checks that all value labels are at most 32
characters (since this is not a restriction of dta files) (#239). -
All write methds now check that you're trying to write a data frame (#287).
-
Add support for reading (
read_xpt()
) and writing (write_xpt()
) SAS
transport files. -
write_*
functions turn ordered factors into labelled vectors (#285)