mistoNAs: Missing to NAs

View source: R/mistoNAs.R

mistoNAsR Documentation

Missing to NAs

Description

Converts values labelled as missings to NA.

Usage

mistoNAs(tibble)

Arguments

tibble

a tibble object.

Value

A tibble.

Examples

# tibble generated by haven
input <- system.file("extdata/reds", package = "ILSAmerge")
tib <- do.call(rbind,justload(inputdir = input,population = "BCGV1"))

tib

mistoNAs(tib)


ILSAmerge documentation built on March 11, 2026, 5:06 p.m.