Learn R Programming

wizaRdry (version 0.6.4)

createRds: Alias for 'to.rds' (DEPRECATED)

Description

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

Usage

createRds(...)

Value

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

Arguments

...

Additional arguments passed through to to.rds().

Examples

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

Run the code above in your browser using DataLab