You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/13 19:59:53 UTC

[GitHub] [arrow] nealrichardson commented on a diff in pull request #13133: MINOR: [R] Clarify read_json_arrow() docs

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org