write_pin_conn.default: Default method for write_pin_conn
Description
Fallback method for non-database objects. Delegates directly to
pins::pin_write() for regular R objects (matrices, data.frames, vectors, etc.)
Usage
# S3 method for default
write_pin_conn(x, board, ...)
Value
Invisibly returns the input object
Arguments
- x
Any R object
- board
A pins board object
- ...
Additional arguments passed to pins::pin_write()