Learn R Programming

versioning (version 0.1.0)

autowrite: Auto-write to file

Description

Automatically write an object to a file based on extension

Usage

autowrite(x, file, ...)

Value

Invisibly passes TRUE if the file saves successfully

Arguments

x

Object to be saved

file

Full path to save the object to

...

Other arguments to be passed to the particular saving function

See Also

get_file_writing_functions() autoread()