Miscellaneous Basic Functions
Test (almost) equality of numeric values
Almost unique elements
Test if values of a vector are almost zero
Convert to an empty object
Convert object to function
Transform values to NA
bazar: miscellaneous basic functions
String concatenation
Copy data to the clipboard
Delete objects
Functions exported by a package
Packages exporting a function
Get formula variables
Value matching
Test emptyness
Test if an object is a formula
Test if the values of a vector are whole numbers
Test if NA
Loading/Attaching and listing of packages with dependencies
Multiple gsub
Named lists
Normalize a numeric vector
Have a rest, make a pause
Run length encoding (modified version)
Moving windows with custom function
Shows packages attached to the current R session
Ensure that R expressions are false
Modified sum of vector elements
If-Then-Else ternary operator
Top or bottom element of an object
Removes extra whitespaces from a string
Quasi-inverse of the 'which' function
Back slang
A collection of miscellaneous functions for copying objects to the clipboard ('Copy'); manipulating strings ('concat', 'mgsub', 'trim', 'verlan'); loading or showing packages ('library_with_dep', 'require_with_dep', 'sessionPackages'); creating or testing for named lists ('nlist', 'as.nlist', 'is.nlist'), formulas ('is.formula'), empty objects ('as.empty', 'is.empty'), whole numbers ('as.wholenumber', 'is.wholenumber'); testing for equality ('almost.equal', 'almost.zero') and computing uniqueness ('almost.unique'); getting modified versions of usual functions ('rle2', 'sumNA'); making a pause or a stop ('pause', 'stopif'); converting into a function ('as.fun'); providing a C like ternary operator ('condition %?% true %:% false'); finding packages and functions ('get_all_pkgs', 'get_all_funs'); and others ('erase', '%nin%', 'unwhich', 'top', 'bot', 'normalize').