Data/Structure Validation (for R) -


my internet search unsuccessful, therefore hope got idea on this. assume collaborate colleague , work dataset. preprocesses data read r.

what looking tool command line or package in r can use define data format, e.g., this:

data description  date:    date age:     positive integer weight:  positive float job:     string, na 

then, check validity of given dataset, either on command line or in r. nice have, not necessary: generating test data given data structure description.

thank ideas/hints!


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -