NEWS.md
convert_to_omv
(converts data sets from other formats - CSV, R, SPSS, SAS, Stata) to .omv
merge_cols_omv
(merges two or more data sets by concatenating columns) merge_rows_omv
(merges two or more data sets by concatenating rows) long2wide_omv
(converts data sets from long to wide, e.g., for running mixed-model-analyses in jamovi) wide2long_omv
(converts data sets from wide to long, e.g., for running mixed-model-analyses in jamovi) sort_omv
(sorts the dataset according to one or more variable)read_omv
, write_omv
, convert_to_omv
, merge_cols_omv
, merge_rows_omv
, long2wide_omv
, wide2long_omv
, sort_omv
read_omv
and write_omv
as ordered factor if measureType
has the value Ordinal
sveAtt
in read_omv
(now TRUE
; it makes more sense to store this attributes be default since write_omv
will give you an exact copy of the original data set if they are stored and the helper functions above also respect and adjust them)zip
R-package instead of utils
to prevent that no ZIP-executable-file is found on Windows (utils::zip
only works in cases where a zip.exe
is found on the path)retDbg
(default: FALSE
) to write_omv so that output for debugging is only produced upon setting itwrite_omv
on Windows (LF + CR, but only CR expected / decoded)