Helper functions for formatting validation failure report
exportRecordsTyped()
may have an invalid
attribute if validations fail. This data has some routines which help locate the failing records.
## S3 method for class 'invalid' format(x, ...) ## S3 method for class 'invalid' print(x, ...) ## S3 method for class 'invalid' summary(object, ...)
x
: The invalid
class object....
: additional arguments to print
object
: The invalid
class object.## Not run: rcon <- redcapConnection(url=[YOUR_REDCAP_URL], token=[API_TOKEN]) rec <- exportRecordsTyped(rcon) attr(rec, "invalid") ## End(Not run)