mistoNAs {ILSAmerge}R 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)


[Package ILSAmerge version 1.3.8 Index]