Release 0.99.20.1. has been published on CRAN. It improves the way the
package interoperates with RStudio and “tidyverse”. In particular:
A function view()
provides a generic interface to the GUI function
View()
in base R and RStudio. It makes it possible to extend it to
data objects of the classes “data.set
”,
“codeplan
”,
“descriptions
”, and “importer
”.
A method for “data.set
” objects allows to transfer these
objects more easiliy into the “tidyverse”, i.e. facilitates the use of
functions from these package ecosystem on data sets imported or created with
memisc. An as_haven()
function translates “data.set
” objects into
“tibbles” with that extra information that the “haven” package adds to
“tibbles” imported with the help of that package. This should allow to view
and post-process data imported with memisc more or less the same way as if
the data were imported with “haven”.