Commits


Brandon Greenwell authored and Wes McKinney committed 5f13d0f9112
ARROW-4642: [R] change f to file in read_parquet_file() Otherwise you get the following error: ``` Error in read_parquet_file(f) : object 'f' not found ``` Author: Brandon Greenwell <greenwell.brandon@gmail.com> Closes #3703 from bgreenwell/patch-1 and squashes the following commits: bda541b8 <Brandon Greenwell> :bug: change f to file in read_parquet_file()