View source: R/data-item-interpreting.R
naaccr_override | R Documentation |
Interpret basic over-ride flags
naaccr_override(flag)
flag |
Character vector of over-ride flags. Its values should only
include |
A logical
vector with the interpreted values of flag
.
The interpretation follows these rules: "1"
goes to TRUE
(reviewed and confirmed as reported), ""
(blank) goes to
FALSE
(not reviewed or reviewed and corrected), and all other values
go to NA
.
naaccr_override(c("", "1", NA, "9"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.