autowrite {versioning}R Documentation

Auto-write to file

Description

Automatically write an object to a file based on extension

Usage

autowrite(x, file, ...)

Arguments

x

Object to be saved

file

Full path to save the object to

...

Other arguments to be passed to the particular saving function

Value

Invisibly passes TRUE if the file saves successfully

See Also

get_file_writing_functions() autoread()


[Package versioning version 0.1.0 Index]