The goal of rjujubi is to show participants how to create a simple working package.
You can install the released version of rjujubi from CRAN with:
install.packages("rjujubi")
Note: This package is not yet on CRAN
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("Shelmith-Kariuki/rjujubi")
This is a basic example which shows you how to remove trailing and/or leading spaces from characters
library(rjujubi)
vec <- c("Kenya ", "Tanzania ", "Uganda ")
squisher(vec)
## [1] "Kenya" "Tanzania" "Uganda"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.