A Compilation of Some Frequently Used R Functions


[Up] [Top]

Documentation for package ‘quickcode’ version 0.1

Help Pages

%nin% Not in vector or array
add.header Snippet function to add header to a current opened file
add.snippet.clear Snippet R function to clear console and set directory
clean Clear environment, clear console, set work directory and load files
cv.gm Calculate geometric coefficient of variation and round
data_push Calculate data to another data like array_push in php
data_shuffle Shuffle a data frame just like shuffle in php
g.mean Calculate geometric mean and round
header.rmd Snippet function to add header to a current Rmd opened file
insertInText Shiny app function to insert string to current file in RStudio
libraryAll Load specific R libraries and clear environment
not.data Not a data
not.empty Not empty
not.environment Not an environment
not.integer Not an integer
not.null Not NULL
not.numeric Not numeric
not.vector Not a vector
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
sd.gm Calculate geometric standard deviation and round
vector_push Calculate elements to a vector like array_push in php
vector_shuffle Shuffle a vector just like shuffle in php