Commits


eitsupi authored and GitHub committed d81d8451a0f
ARROW-8324: [R] Add read/write_ipc_file separate from _feather (#13626) Add `read_ipc_file()` and `write_ipc_file()` to read and write Arrow IPC files (Feather V2). These are much the same as `read_feather()`/`write_feather()` for now, but in the future *_feather functions may move to a different implementation to accommodate Feather V1 format. Authored-by: SHIMA Tatsuya <ts1s1andn@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>