nealrichardson commented on code in PR #13133:
URL: https://github.com/apache/arrow/pull/13133#discussion_r872749784


##########
r/R/json.R:
##########
@@ -17,7 +17,11 @@
 
 #' Read a JSON file
 #'
-#' Using [JsonTableReader]
+#' Use [JsonTableReader] to read a newline-delimited JSON (ndjson) file into a

Review Comment:
   ```suggestion
   #' Wrapper around [JsonTableReader] to read a newline-delimited JSON 
(ndjson) file into a
   ```



##########
r/man/read_json_arrow.Rd:
##########
@@ -36,7 +36,12 @@ an Arrow \link{Table}?}
 A \code{data.frame}, or a Table if \code{as_data_frame = FALSE}.
 }
 \description{
-Using \link{JsonTableReader}
+Use \link{JsonTableReader} to read a newline-delimited JSON (ndjson) file into 
a

Review Comment:
   ```suggestion
   Wrapper around \link{JsonTableReader} to read a newline-delimited JSON 
(ndjson) file into a
   ```



-- 
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