Commits


eitsupi authored and GitHub committed 883580883aa
ARROW-17485: [R] Allow TRUE/FALSE to the compression option of `write_feather` (`write_ipc_file`) (#13935) Allows `TRUE` and `FALSE` to be used in place of `"default"` or `"uncompressed"`; `FALSE` is much easier to type than `"uncompressed"` and less likely to be typod. Authored-by: SHIMA Tatsuya <ts1s1andn@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>