view_missing: view_missing

Description Usage Arguments Value Examples

Description

View rows of the dataframe where columns in the tidyselect specification contain missings by default, detects missings in any column. The result is by default displayed in the viewer pane. Can be returned as a tibble optionally.

Usage

1
view_missing(df, ..., view = TRUE)

Arguments

df

dataframe

...

tidyselect

view

logical. if false, returns tibble

Value

tibble

Examples

1
2
3
iris %>%
framecleaner::make_na(Species, vec = "setosa") %>%
view_missing(view = FALSE)

validata documentation built on Oct. 5, 2021, 9:08 a.m.