%!=na% |
Compare values using <, <=, >, >=, !=, and == (robust to NAs) |
%<=na% |
Compare values using <, <=, >, >=, !=, and == (robust to NAs) |
%<na% |
Compare values using <, <=, >, >=, !=, and == (robust to NAs) |
%==na% |
Compare values using <, <=, >, >=, !=, and == (robust to NAs) |
%>=na% |
Compare values using <, <=, >, >=, !=, and == (robust to NAs) |
%>na% |
Compare values using <, <=, >, >=, !=, and == (robust to NAs) |
bracket |
Identify values bracketing another value |
capIt |
Capitalize first letter of a string |
combineDf |
Combine data frames with different fields using a crosswalk table |
corner |
Corner of a matrix or data frame |
countDecDigits |
Calculate number of digits after a decimal place |
cull |
Force objects to have length or rows equal to the shortest |
dirCreate |
Replacement for dir.create() |
domLeap |
Day of month for leap years |
domNonLeap |
Day of month for non-leap years |
doyLeap |
Day of year for leap years |
doyNonLeap |
Days of year for non-leap years |
ellipseNames |
Get names of objects input as arguments in ellipse ('...') form |
eps |
The smallest machine-readable number |
grapes_less_than_na_grapes |
Compare values using <, <=, >, >=, !=, and == (robust to NAs) |
insert |
Insert values into a vector |
insertCol |
Insert a column or row into a data frame or matrix |
insertRow |
Insert a column or row into a data frame or matrix |
isFALSENA |
Vectorized test for truth robust to NA |
isLeapYear |
Is a year a leap year? |
isTRUENA |
Vectorized test for truth robust to NA |
listFiles |
Replacement for 'list.files()' |
longRun |
Length of the longest run of a particular value in a numeric vector |
maxRuns |
Maximum number of continuous "runs" of values meeting a particular condition |
memUse |
Size of objects taking most memory use |
mergeLists |
Merge two lists with precedence |
mirror |
Flip an object |
mmode |
Modal value(s) |
naCompare |
Compare values using <, <=, >, >=, !=, and == (robust to NAs) |
naOmitMulti |
Remove NAs from one or more equal-length vectors |
naRows |
Index of rows in a data frame or matrix that contain at least one 'NA' |
omnibus |
omnibus: Fantabulous helper functions |
pairDist |
Calculate pairwise distances between two matrices or data frames. |
prefix |
Add leading characters to a string |
quadArea |
Area of a quadrilateral |
renumSeq |
Renumber a sequence of numbers |
rotateMatrix |
Rotate values in a matrix |
roundedSigDigits |
Number of significant digits in rounded numbers |
roundTo |
Round to nearest target value |
rowColIndexing |
Convert between row- and column-style indexing of matrices |
say |
Nicer version of 'print()' or 'cat()' function |
stretchMinMax |
Rescale values |
which.pmax |
Which vector has maximum value at each element |
which.pmin |
Which vector has maximum value at each element |
yearFromDate |
Year from date formats that are possibly ambiguous |
`%!=na%` |
Compare values using <, <=, >, >=, !=, and == (robust to NAs) |
`%!=na%`, |
Compare values using <, <=, >, >=, !=, and == (robust to NAs) |
`%<==%` |
Compare values using <, <=, >, >=, !=, and == (robust to NAs) |
`%<=na%` |
Compare values using <, <=, >, >=, !=, and == (robust to NAs) |
`%<=na%`, |
Compare values using <, <=, >, >=, !=, and == (robust to NAs) |
`%<na%` |
Compare values using <, <=, >, >=, !=, and == (robust to NAs) |
`%<na%`, |
Compare values using <, <=, >, >=, !=, and == (robust to NAs) |
`%==na%`, |
Compare values using <, <=, >, >=, !=, and == (robust to NAs) |
`%>=na%` |
Compare values using <, <=, >, >=, !=, and == (robust to NAs) |
`%>na%` |
Compare values using <, <=, >, >=, !=, and == (robust to NAs) |
`%>na%`, |
Compare values using <, <=, >, >=, !=, and == (robust to NAs) |