mistoNAs | R Documentation |
Converts values labelled as missings to NA
.
mistoNAs(tibble)
tibble |
a tibble object. |
A tibble.
# tibble generated by haven
input <- system.file("extdata/reds", package = "ILSAmerge")
tib <- do.call(rbind,justload(inputdir = input,population = "BCGV1"))
tib
mistoNAs(tib)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.