o Added function renameCol()
to shorten the process of renaming columns.
o Added function side()
to extract the left/right side of a data.frame
or matrix
.
o Added function unragMatrix()
to convert a ragged matrix to a vector.
o Changed arguments of mergeLists()
to ...
so it can handle >2 lists at a time.
o Added appendLists()
for combining lists with elements that may have the same names.
o roundedSigDigits()
works for numbers expressed in scientific notation.
o Added functions compareFloat()
and aliases for floating-point logical comparisons.
o Added function is.wholeNumber()
which tests if a value is a whole number.
o Added function forwardSlash()
which converts backslashes to forward slashes.
o Fixed bug in convertUnits()
for converting between meters and kilometers.
o Internal fix to pmatchSafe()
to avoid conflicts with other packages.
o Made renumSeq()
faster.
o Added convertUnits()
which converts values between common units.
o Added conversionFactors
data frame object.
o Added pmatchSafe()
which is a supped-up version of pmatch()
.
o Added unlistRecursive()
which unlists lists of lists.
o Updated omnibus.r
file for compliance with CRAN.
o Updated help for several functions.
o Updated combineDf()
for sophisticated combination of data frames.
o combineDf()
no longer compatible with prior versions of omnibus!
o Added notIn()
and %notin%
(complements to %in%
).
o Added insert()
which inserts values into a vector.
o Added renumSeq()
which renumbers a sequence with skipped intervals.
o Fixed bug in insertCol()
.
o Removed clear()
.
o Removed same()
.
o Cleaned up help
o First submission to CRAN