| invalidSummary | R Documentation | 
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  | 
| ... | additional arguments to  | 
| object | The  | 
## Not run: 
rcon <- redcapConnection(url=[YOUR_REDCAP_URL], token=[API_TOKEN])
rec <- exportRecordsTyped(rcon)
attr(rec, "invalid")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.