You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "eitsupi (via GitHub)" <gi...@apache.org> on 2023/02/01 10:54:07 UTC

[GitHub] [arrow] eitsupi commented on a diff in pull request #33968: GH-18487: [R] Read Text (CSV/JSON) from character vector

eitsupi commented on code in PR #33968:
URL: https://github.com/apache/arrow/pull/33968#discussion_r1093062355


##########
r/R/json.R:
##########
@@ -43,17 +43,30 @@
 #' @examplesIf arrow_with_json()
 #' tf <- tempfile()
 #' on.exit(unlink(tf))
-#' writeLines('
-#'     { "hello": 3.5, "world": false, "yo": "thing" }
-#'     { "hello": 3.25, "world": null }
-#'     { "hello": 0.0, "world": true, "yo": null }
-#'   ', tf, useBytes = TRUE)
+#' json <- '

Review Comment:
   lintr seems to complain about this line... (r-lib/lintr#1908)



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