%nin% |
Not in vector or array |
add.header |
Addin snippet function to add header comment to a current opened file |
add.sect.comment |
Addin snippet function to custom section comment |
add.snippet.clear |
Snippet R function to clear console and set directory |
add_key |
Add index keys to a vector or data frame or list or matrix |
ai.duplicate |
Prompt guided duplication if files |
archivedPkg |
Listing of all CRAN archived R packages |
as.boolean |
Convert boolean values between formats |
bionic_txt |
Generate a bionic text |
clean |
Clear environment, clear console, set work directory and load files |
compHist |
Compare histograms of two distributions |
data_pop |
Remove last n rows or column or specified elements from a data frame like array_pop in PHP |
data_pop_filter |
Remove elements from a data matching filter |
data_push |
Add data to another data like array_push in PHP |
data_shuffle |
Shuffle a data frame just like shuffle in PHP |
duplicate |
Duplicate a file with global text replace |
genRandImg |
Download random images from the web |
geo.cv |
Calculate geometric coefficient of variation and round |
geo.mean |
Calculate geometric mean and round |
geo.sd |
Calculate geometric standard deviation and round |
header.rmd |
Snippet function to add header to a current Rmd opened file |
in.range |
If number falls within a range of values and get closest values |
inc |
Increment vector by value |
init |
Initialize new variables and objects |
insertInText |
Shiny app function to insert string to current file in RStudio |
is.image |
Is file name extension(s) an image |
libraryAll |
Load specific R libraries and clear environment |
list_push |
Add elements to a list like array_push in PHP |
list_shuffle |
Shuffle a list just like shuffle in PHP |
minus |
Decrease vector by value |
mix.color |
Mix or Blend two or more colors |
mix.cols.btw |
Mix or Blend colors between two or more colors |
not.data |
Not a data |
not.duplicated |
Not duplicated elements |
not.empty |
Not empty |
not.environment |
Not an environment |
not.image |
File name extension(s) is Not an image |
not.integer |
Not an integer |
not.logical |
Not logical |
not.na |
Not NA |
not.null |
Not NULL |
not.numeric |
Not numeric |
not.vector |
Not a vector |
number |
Generate a random number |
plus |
Increment vector by value |
randString |
Generate a random string |
rcolorconst |
R Color Constant |
rDecomPkg |
Check whether an R package has been decommissioned in CRAN |
refresh |
Clear environment, clear console, set work directory and load files |
sample_by_column |
Re-sample a dataset by column and return number of entry needed |
setOnce |
Set a variable only once |
vector_pop |
Remove last n elements or specified elements from a vector like array_pop in PHP |
vector_push |
Add elements to a vector like array_push in PHP |
vector_shuffle |
Shuffle a vector just like shuffle in PHP |
yesNoBool |
Convert Yes/No to Binary or Logical |