Saves results from checkConstraint to a text file.
Usage
saveConstraint(x, ...)
Arguments
x
data.frame - the result from checkConstraint.
...
Further arguments passed to write.table - e.g., file="<filename>" for the output filename, dec="." to define the decimal separator as point or sep="\t" to define the column sepator as tab.