README.md

MNA

The goal of MNA is to quantify and visualize NA values in data sets.

Installation

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")

Example

This is a basic example which shows you how to visualize NAs in a packge:

library(MNA)

## basic example code
countna(datateachr::vancouver_trees)



JENMukiri/mna documentation built on Dec. 18, 2021, 12:24 a.m.