Learn R Programming

ILSAmerge (version 1.3.6)

mistoNAs: Missing to NAs

Description

Converts values labelled as missings to NA.

Usage

mistoNAs(tibble)

Value

A tibble.

Arguments

tibble

a tibble object.

Examples

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

tib

mistoNAs(tib)

Run the code above in your browser using DataLab