Description Usage Arguments Value Examples
View source: R/check_missing_variables.R
This function returns a graph that shows variable missingness across the entire dataset.
1 | check_missing_variables(dataset)
|
dataset |
A vector, matrix, data frame, or tibble. |
If there is no missing data the function will return a string informing you that there is no missing data. Otherwise a graph will appear showing the variable one the y axis and the percent missing on the x-axis.
1 2 | check_missing_variables(cars) # no missing data
check_missing_variables(airquality) # shows missing data
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.