Learn R Programming

volker (version 3.2.0)

data_rm_missings: Remove missings and output a message

Description

Remove missings and output a message

Usage

data_rm_missings(data, cols, force = FALSE)

Value

Data frame.

Arguments

data

Data frame.

cols

A tidy column selection.

force

By default, cases with missings are only removed when the vlkr.na.omit option is TRUE. Set force to TRUE to always remove such cases.