The goal of MNA is to quantify and visualize NA values in data sets.
This is version 0.1.0 of the package kindly downlad the package from git as seen below
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("JENMukiri/mna")
This is a basic example which shows you how to visualize NAs in a packge:
library(MNA)
## basic example code
countna(datateachr::vancouver_trees)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.