This is a demo package from R4DS tutorial.
Any suggestion do not hesitage to contact at [email protected]
- Install the latest version from GitHub as follow:
# Install
if(!require(devtools)) install.packages("devtools")
devtools::install_github("Joshue2806/ikiamR")
library(ikiamR)
#> Loading required package: ggplot2
# Create some data format
# :::::::::::::::::::::::::::::::::::::::::::::::::::
set.seed(1234)
resumen(c(1, 2, 3, 4, 8))
#> 3.6