WriteCSV {ADImpute} | R Documentation |
WriteCSV
writes data to a comma-delimited output file
WriteCSV(object, file)
object |
R object to write |
file |
character; path to output file |
Returns NULL
file <- tempfile() WriteCSV(iris, file = file)