knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
A very dangerous package that overwrites base functions like '/' or 'sum()' in order to drive the user crazy. It can destroy your mental health and (maybe) your work. DON'T USE IT!
You can install the development version from GitHub with the following procedure:
# install.packages("devtools") devtools::install_github("PaoloDalena/eviltools")
What is special about using eviltools
instead of just base
functions?
library( eviltools ) x <- 1:21 mean( x , type = 3 )
You can also give a love message, for example:
x <- sample(100, 1) y <- sample(100, 1) x / y
If you need some more features, please open an issue on github.
If you encounter a bug, please file a reprex (minimal reproducible example) on github.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.