All functions
|
|
casetrim()
|
Standardize letter case and trim whitespace for dataframes |
|
combinecols()
|
Combine two or more columns into one |
|
evalparse()
|
Wrapper for eval and parse text |
|
excelpmt()
|
R analog port of Excel's PMT function |
|
fibonacci()
|
Calculate a fibonacci sequence |
|
grepdf()
|
Grep a data frame: many synergy, much useful, wow |
|
hashcol()
|
Create a grouped hash table instead of using split() |
|
left()
|
R Analog to SQL's LEFT() function |
|
makepath()
|
Create a pathway variable |
|
messagef()
|
Chainable, Sprintf-able messages |
|
mylib()
|
Easily load multiple libraries without many library calls |
|
`%nin%`
|
Not in (opposite to %in%) |
|
pft()
|
Print the full time |
|
pjames
|
pjames package
|
|
pp()
|
Wrapper for paste and print |
|
right()
|
R Analog to SQL's RIGHT() function |
|
tocamel()
|
Convert character vectors to camelcase (ie PaulJames) |
|
tocapital()
|
Convert character vectors to capitalcase (ie Paul James) |
|
tourney()
|
Tournament seeding |
|
view()
|
Chainable View |