- new function
rbind_common() rbinds a list of
data.frames and selects only common columns
- bug fix in
mergeAttr() when variables have more than
one class
mergeAttr() gives warning if merging variables have
NAs
- optional colnames argument in
halveString()
function
- new function
print_and_capture() mainly for internal
use in eatRep and eatCodebook packages allows
for easy integration of (small) tables into (error) messages
- added some unit tests
- new function
makeDataFrame() for internal use in
eatRep and eatModel packages converts
tibbles and data.tables to data.frame
- new function
mergeAttr() mainly for internal use in
eatRep and eatModel packages restores
attributes after merging and provides messages if merging units are not
unique or only partially matches
- new function
pwc() computes part-whole-correlation
between an item and the whole scale (except this item)
- new function
roundDF() rounds all numeric variables in
a data.frame
- new function
na_omit_selection() drops rows containing
missing values in selected columns
existsBackgroundVariables(): add optional warning if
variables contains missing values
- new function
readMultisep() reads in data.frames with
separator characters >=1Byte
- new function
addLeadingZerosToCharInt() adds leading
zeros to all columns that can be identified as integers in a character
data.frame
- bug fix in
descr(). missing handling in variable when
additional weights are used
- bug fix in
tablePattern() when additional weights are
used
- new function
recodeLookup() allows recoding of a
variable based on a look up table
- functionality of
wideToLong() extended
- Switch to Github Action for CI
- new function
do_call_rbind_withName() allows row
binding a list of data.frames while keeping their list
names
- bug fix in
wideToLong()
asNumericIfPossible() now works with matrices