WriteCSV {ADImpute}R Documentation

Write csv file

Description

WriteCSV writes data to a comma-delimited output file

Usage

WriteCSV(object, file)

Arguments

object

R object to write

file

character; path to output file

Value

Returns NULL

Examples

file <- tempfile()
WriteCSV(iris, file = file)


[Package ADImpute version 1.3.0 Index]