Skip to content

Commit

Permalink
apacheGH-38216: [R] open_dataset(format = "json") not documented (apa…
Browse files Browse the repository at this point in the history
…che#38258)

fixes apache#38216 
* Closes: apache#38216

Lead-authored-by: Divyansh200102 <[email protected]>
Co-authored-by: Divyansh200102 <[email protected]>
Co-authored-by: Jonathan Keane <[email protected]>
Signed-off-by: Jonathan Keane <[email protected]>
  • Loading branch information
2 people authored and dgreiss committed Feb 17, 2024
1 parent 70a28de commit b5fcf2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion r/R/dataset.R
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
#' * "csv"/"text", aliases for the same thing (because comma is the default
#' delimiter for text files
#' * "tsv", equivalent to passing `format = "text", delimiter = "\t"`
#'
#' * "json", for JSON format datasets Note: only newline-delimited JSON (aka ND-JSON) datasets
#' are currently supported
#' Default is "parquet", unless a `delimiter` is also specified, in which case
#' it is assumed to be "text".
#' @param ... additional arguments passed to `dataset_factory()` when `sources`
Expand Down
7 changes: 4 additions & 3 deletions r/man/open_dataset.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b5fcf2d

Please sign in to comment.