overview_add_na_output {overviewR} | R Documentation |
overview_add_na_output
Description
Function used in 'overview_na' to generate a new data frame with na_count and percentage share of NAs for each row
Usage
overview_add_na_output(dat_result = NULL, dat = NULL)
Arguments
dat_result |
Data.frame from 'overview_na' |
dat |
Data frame |
Value
The function returns a data set that has the information on the row-wise NA share
[Package overviewR version 0.0.13 Index]