Additional Operators to Help you Write Cleaner R Code
Assign to vector only where regular expression is matched
Assignment operators
Choose and permute
Cleaner conversion functions
Enhanced comparisons
Statistics/Summaries with (Only) Missing Data Removed
Contents of Vector Checks
Convert factor with numeric labels into numeric vector
File Extension Checks
Floating point comparison operators
Inline integration
loads package if available, else tries to install it (from CRAN by def...
Logical operators
Operating system checks
Modify existing object by regular expression
Assign value to a vector's missing values
New Paste and Cat Rules
like read.csv, but for tsv and default header = TRUE
String operators
Little functions to replace common minor functions. useful in apply st...
Type Checks
Provides string arithmetic, reassignment operators, logical operators that handle missing values, and extra logical operators such as floating point equality and all or nothing. The intent is to allow R users to write code that is easier to read, write, and maintain while providing a friendlier experience to new R users from other language backgrounds (such as 'Python') who are used to concepts such as x += 1 and 'foo' + 'bar'. Includes operators for not in, easy floating point comparisons, === equivalent, and SQL-like like operations (), etc. We also added in some extra helper functions, such as OS checks, pasting in Oxford comma format, and functions to get the first, last, nth, or most common element of a vector or word in a string.