powered by
Saves results from checkConstraint to a text file.
checkConstraint
saveConstraint(x, ...)
data.frame - the result from checkConstraint.
data.frame
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.
write.table
file="<filename>"
dec="."
sep="\t"
This is a wrapper for write.table.
write.table, checkConstraint
# NOT RUN { res <- checkConstraint(dataMZ, c("D10CC < 10Gy", "V20Gy < 20%")) # } # NOT RUN { saveConstraint(res, file="constrResults.txt", sep="\t") # }
Run the code above in your browser using DataLab