dot-write_object: Write an Object

Description Usage Arguments Value

Description

Write an Object

Usage

1
.write_object(object, target_path, write_f, write_args)

Arguments

object

An R object.

target_path

Character scalar; the full path to the file to write.

write_f

The function to use to write the file. The first argument to this function must be the object, and the second argument must be the path to the file.

write_args

Additional arguments to write_f.

Value

The return from the call to write_f.


dlr documentation built on Sept. 18, 2021, 5:07 p.m.