view_missing {validata}R Documentation

view_missing

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

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

Arguments

df

dataframe

...

tidyselect

view

logical. if false, returns tibble

Value

tibble

Examples


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

[Package validata version 0.1.0 Index]