Solutions for Common Problems in Base R
Identify changed values
common: A set of useful functions
Copy attributes between two data frames
Search for directories
Search for files
Search for names
Check equality of two objects
Perform greater than or equal comparison between two objects
Perform greater than comparison between two objects
Perform less than or equal comparison between two objects
Perform less than comparison between two objects
Check for inequality of two objects
An infix operator for paste0()
Get or set labels for a data frame
Rounds numbers up
Sorts a data frame
Source all programs in a directory
Creates a string of blank spaces
Converts a string to UTF-8 subscript
Converts a string to UTF-8 superscript
Gets UTF-8 symbol characters
Returns the path of the current program
Combine unquoted values
Contains functions for solving commonly encountered problems while programming in R. This package is intended to provide a lightweight supplement to Base R, and will be useful for almost any R user.
Useful links