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 April 11, 2025, 5:54 p.m.