knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of NiceNums is to provide information about the numbers between 0 and 2000. Some numbers are better than others and this package helps you find out which are which.
This package can be installed from GitHub by calling:
# install.packages("devtools") devtools::install_github("bkmackay/NiceNums")
The package is simple to use, if you want to find out if 876 is a nice number simply use the what_if
function:
library(NiceNums) what_is(876)
How about 1960?
what_is(1960)
As you can see, there is an amazing number for you to find! There is also a secondary function hidden in the package files which tells you what the best number is. Your task will be to update the documentation and roxygenise the function so it appears in the package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.