thisisnic commented on a change in pull request #10546:
URL: https://github.com/apache/arrow/pull/10546#discussion_r678169211



##########
File path: r/vignettes/fs.Rmd
##########
@@ -26,13 +30,15 @@ An S3 URI looks like:
 s3://[access_key:secret_key@]bucket/path[?region=]
 ```
 
-For example, one of the NYC taxi data files used in `vignette("dataset", 
package = "arrow")` is found at
+For example, one of the NYC taxi data files used in 
+`vignette("dataset", package = "arrow")` is found at
 
 ```
 s3://ursa-labs-taxi-data/2019/06/data.parquet
 ```
 
-Given this URI, we can pass it to `read_parquet()` just as if it were a local 
file path:
+Given this URI, we can pass it to `read_parquet()` just as if it were a local 

Review comment:
       ```suggestion
   Given this URI, you can pass it to `read_parquet()` just as if it were a 
local 
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to