Skip to content

eatGADS 1.0.0

Choose a tag to compare

@beckerbenj beckerbenj released this 19 Apr 12:06

new features

  • multiChar2fac() now allows converting to upper or lower cases via the convertCases argument
  • checkMissingsByValues() for checking missing tags for specific, labeled values (or a value range)
  • import_spss() with more informative error message
  • checkMissingValLabels() now allows checks for specific variable classes
  • checkMissingValLabels() now offers data.frame output format
  • extractData2() for better usability and support of ordered factors
  • fixEncoding() now supports imports of windows-1250 imported files via import_spss() with UTF-8 encoding
  • import_spss() now transforms DATEATIME and ADATE variables to character, assigning an appropriate format
  • cloneVariable() for duplicating an existing variable under a new name
  • createVariable() for creating a new, empty variable
  • insertVariable() for changing the position of a variable in the data set
  • autoRecode() for automatically recoding (numerical) variables

bug fixes

  • bug fix in multiChar2fac() for cases with existing value labels (with values labeled greater than zero)
  • composeVar() now correctly prioritizes if both variables have missing values
  • changeMissings() now does no longer add arbitrary value labels for newly tagged values
  • bug fix in checkUniqueness2() for cases with differing numbers of cases per imputed data set
  • bug fix in changeValLabels() for a mixture of already existing and new values
  • bug fixes in import_spss() when setting labeledStirngs = "transform"
  • bug fix in import_spss() for variables with missing tags but no value labels (these missing tags were dropped before)