Learn R Programming

wizaRdry (version 0.6.4)

createCsv: Alias for 'to.csv' (DEPRECATED)

Description

This function is deprecated. Please use 'to.csv' instead. This is a legacy alias for the 'to.csv' function to maintain compatibility with older code.

Usage

createCsv(...)

Value

Invisible TRUE if successful. The function writes a CSV file to the specified path and prints a message indicating the file's location.

Arguments

...

Additional arguments passed through to to.csv().

Examples

Run this code
if (FALSE) {
# DEPRECATED - use to.csv() instead
createCsv(prl01)
}

Run the code above in your browser using DataLab