View source: R/vc_non_response.R
| vc_non_response | R Documentation | 
Checks For Non-Response Elements In Vector
vc_non_response(x, prop.acceptable = 0, missing = c("", "NULL", "NA", "N/A",
  "na", "n/a"), required = FALSE, file_name = NULL)
x | 
 char vector  | 
prop.acceptable | 
 proportion of allowable non-reponse  | 
missing | 
 values non-response can take  | 
required | 
 whether the vector in the table is required  | 
file_name | 
 name of file containing the table of vectors  | 
set.seed(10) x <- sample(c(NA, rep(LETTERS[1:10], 100)), 10000, TRUE) vc_non_response(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.