datacheck | R Documentation |
datacheck A function to check if the file contains certain wrong character types
datacheck(input, character = "[^0-9[:space:]]", field = "1-")
input |
the input file dir |
character |
the character types regular expression i.e. '[^0-9]' |
field |
the field to be kept, default for all |
0 pass 1 error
datacheck(genolik,'[^0-9[:space:]]','2-')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.