Closed RussBainer closed 3 years ago
currently sample keys are checked against objects via ct.checkInput(), which returns a logical. Update to a better-named function that invisibly returns the compliant object, similar to ct.prepareAnnotation().
ct.checkInput()
ct.prepareAnnotation()
ct.inputCheck() deprecated and transmogrified into ct.keyCheck()
ct.inputCheck()
ct.keyCheck()
currently sample keys are checked against objects via
ct.checkInput()
, which returns a logical. Update to a better-named function that invisibly returns the compliant object, similar toct.prepareAnnotation()
.