Various R Programming Tools
Convert between characters and ASCII codes
Convert Characters to ASCII
Display a prompt and collect the user's response
Transform an integer to an array of base-n digits
Binary Search
Capitalize Words for Titles
Check if a newer version of R is available
Enumerate the Combinations or Permutations of the Elements of a Vector
Define a macro
Functions for the Dirichlet Distribution
Compute fold-change or convert between log-ratio and fold-change.
Get package dependencies
Defunct Functions in package gtools
Deprecated Functions in the gtools package
gtools: Various R Programming Tools
Test if a value is missing, empty, contains only NA or NULL values, or...
List valid keywords for R man pages
Non-destructively construct a .Last function to be executed when R exi...
Provide Name, Version, and Path of Loaded Package Namespaces
Generalized logit and inverse logit function
Order or Sort strings with embedded numbers so that the numbers are in...
Replace Missing Values
Detect odd/even integers
Randomly Permute the Elements of a Vector
Create a Factor Variable Using the Quantiles of a Continuous Variable
Convert Roman Numerals to Integers
Apply a Function Over Adjacent Subsets of a Vector
Display debugging text
Determine the directory or full path to the currently executing script
Modify the TCP_NODELAY (`de-Nagle') flag for socket objects
Efficient rbind of data frames, even if the column names don't match
Split a File Path into Components
Generate significance stars from p-values
Most frequently occurring value
Convert a byte-code function to an interpreted-code function
Functions to assist in R programming, including: - assist in developing, updating, and maintaining R and R packages ('ask', 'checkRVersion', 'getDependencies', 'keywords', 'scat'), - calculate the logit and inverse logit transformations ('logit', 'inv.logit'), - test if a value is missing, empty or contains only NA and NULL values ('invalid'), - manipulate R's .Last function ('addLast'), - define macros ('defmacro'), - detect odd and even integers ('odd', 'even'), - convert strings containing non-ASCII characters (like single quotes) to plain ASCII ('ASCIIfy'), - perform a binary search ('binsearch'), - sort strings containing both numeric and character components ('mixedsort'), - create a factor variable from the quantiles of a continuous variable ('quantcut'), - enumerate permutations and combinations ('combinations', 'permutation'), - calculate and convert between fold-change and log-ratio ('foldchange', 'logratio2foldchange', 'foldchange2logratio'), - calculate probabilities and generate random numbers from Dirichlet distributions ('rdirichlet', 'ddirichlet'), - apply a function over adjacent subsets of a vector ('running'), - modify the TCP_NODELAY ('de-Nagle') flag for socket objects, - efficient 'rbind' of data frames, even if the column names don't match ('smartbind'), - generate significance stars from p-values ('stars.pval'), - convert characters to/from ASCII codes ('asc', 'chr'), - convert character vector to ASCII representation ('ASCIIfy'), - apply title capitalization rules to a character vector ('capwords').