get_df_miss_perc | R Documentation |
apply get_miss_perc to all columns and return tibble
get_df_miss_perc(data)
x |
is the dataframe or tibble |
## Not run: library(tibble) col1 <- seq(1, 10, 1) col2 <- c("NA", 5, 7, NA, 41, "NA", 6, 8, "NA", NA) my_tibble <- tibble(col1 = col1, col2 = col2) get_df_miss_perc(my_tibble) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.