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


##########
r/R/json.R:
##########
@@ -21,7 +21,19 @@
 #' data frame or Arrow Table.
 #'
 #' If passed a path, will detect and handle compression from the file extension
-#' (e.g. `.json.gz`). Accepts explicit or implicit nulls.
+#' (e.g. `.json.gz`).
+#'
+#' Arrow data types are inferred from the JSON types and values of each column:

Review Comment:
   ```suggestion
   #' If `schema` is not provided, Arrow data types are inferred from the data:
   ```



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