Skip to content

Commit

Permalink
GH-38216: [R] open_dataset(format = "json") not documented (#38258)
Browse files Browse the repository at this point in the history
fixes #38216 
* Closes: #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
Divyansh200102 and jonkeane authored Oct 17, 2023
1 parent 40571db commit ac581fd
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 ac581fd

Please sign in to comment.