countna: COUNTNA Function

Description Usage Arguments Value Examples

View source: R/NA.R

Description

This function goes through the whole data set, counts NA's and #'returns back a visualization as a bar plot if NA's are present. #'This is very useful #' when working with an untidy data frame to #'first see how many NAs and which variables have the missing data

Usage

1

Arguments

data

tibble or data frame that you want use to test for missing NA's

Value

a bar graph of data will plotted NA's or a message indicating no NA'

Examples

1
2
countna(datateachr::vancouver_trees)
countna(datateachr::apt_buildings)

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