View source: R/nosabe_noresponde.R
nosabe_noresponde | R Documentation |
Manera de encontrar los no sabe y no responde cuando las preguntas son de tipo númerico y se han utilizado los codígos 888 y 999
nosabe_noresponde(df, uuid = "uuid")
df |
Dataframe a verificar |
uuid |
como aparece el uuui en el DF |
Un dataframe con la informacion variable, uuid y valor del no sabe no responde
nainteger <- nosabe_noresponde(df, uuid = "uuid")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.