Skip to content

Commit

Permalink
List supported data encodings properly
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Feb 8, 2025
1 parent 65da60e commit 8d9d06f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/write-parquet.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#' error.
#'
#' This version of nanoparquet supports the following encodings:
#' `r paste("\u0060", names(nanoparquet:::encodings), "\u0060", collapse = ", ")`.
#' `PLAIN`, `PLAIN_DICTIONARY`, `RLE`, and `RLE_DICTIONARY`.
#'
#' See [parquet-encodings] for more about encodings.
#' @param metadata Additional key-value metadata to add to the file.
Expand Down
4 changes: 2 additions & 2 deletions man/write_parquet.Rd

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

0 comments on commit 8d9d06f

Please sign in to comment.