object_write: Provide the appropriate file read/write function

View source: R/utils_file_io.R

object_writeR Documentation

Provide the appropriate file read/write function

Description

Write an object to disk

Usage

object_write(x, filename, path = ".", ..., verbose = TRUE)

Arguments

x

(object) to write to disk

filename

(chr) without path to write to disk

path

(chr) where file will be written

...

arguments passed on to methods. See ?object_fn

verbose

(logical) Whether to print saved messages. Default TRUE

Value

Success message if file is written

See Also

Other file IO: col_types(), dep_read(), dep_write(), dir_fn(), dirs, ext(), file_fn(), is_filepath(), last_updated(), list.files2(), load_obj(), make_names(), mkpath(), move_files_to_folder(), needs_update(), object_fn(), package_size(), write_dir_fn(), write_lines()


yogat3ch/UU documentation built on May 31, 2024, 10:14 p.m.