| test_data_string | R Documentation | 
Function to check the format of a string column
test_data_string(data, column_name, nrcode = NA)
| data | data frame | 
| column_name | the column name | 
| nrcode | non response code corresponding to the column | 
0, if success error, if failure
test_data_string(data.frame("Age" = c(21, 15), "Name" = c("John", "Dora")),
"name", -999)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.