percent_na: Calculate Percentage of NA in each variable in data

Description Usage Arguments Value Examples

View source: R/variable_operations.R

Description

Probes the percentage of missing values within the variables

Usage

1

Arguments

data

name of dataset

Value

a list of variable names with percentage of missing values

Examples

1
2
3
csv = system.file("extdata", 'nadata.csv', package = "nacleanR")
data <- read_data(csv)
percent_na(data)

anandjage/nacleanr documentation built on July 13, 2019, 3:06 a.m.