Provide the appropriate file read/write function
object_write.Rd
Write an object to disk
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. DefaultTRUE
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()