Commits


Ian Cook authored and Neal Richardson committed 3c9422804f3
ARROW-10470: [R] Fix missing file error causing NYC taxi example to fail Simplifies the S3 download code in the **Working with Arrow Datasets and dplyr** vignette and allows it to finish despite the missing file `s3://ursa-labs-taxi-data/2010/03/data.parquet`. The missing file now causes a warning instead of an error. Closes #9132 from ianmcook/ARROW-10470 Authored-by: Ian Cook <ianmcook@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>