Learn R Programming

DataExplorer (version 0.8.0)

profile_missing: Profile missing values

Description

Analyze missing value profile

Usage

profile_missing(data)

Arguments

data

input data

Value

missing value profile, such as frequency, percentage and suggested action.

See Also

plot_missing

Examples

Run this code
# NOT RUN {
profile_missing(airquality)
# }

Run the code above in your browser using DataLab