data_rm_missings: Remove missings and output a message

View source: R/clean.R

data_rm_missingsR Documentation

Remove missings and output a message

Description

Remove missings and output a message

Usage

data_rm_missings(data, cols, force = FALSE)

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.

Value

Data frame.


volker documentation built on Nov. 5, 2025, 5:21 p.m.