powered by
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.
createCsv(...)
Invisible TRUE if successful. The function writes a CSV file to the specified path and prints a message indicating the file's location.
Additional arguments passed through to to.csv().
to.csv()
if (FALSE) { # DEPRECATED - use to.csv() instead createCsv(prl01) }
Run the code above in your browser using DataLab