Skip to content

Commit

Permalink
details section
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Apr 26, 2024
1 parent 1c7bccd commit 27b1571
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/io_parquet.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' can be skipped from reading.
#' @param storage_options Experimental. List of options necessary to scan
#' parquet files from different cloud storage providers (GCP, AWS, Azure).
#' See the @details section.
#' See the 'Details' section.
#' @rdname IO_scan_parquet
#' @details
#' ## Connecting to cloud providers
Expand Down Expand Up @@ -89,7 +89,7 @@ pl_scan_parquet = function(
#' Read a parquet file
#' @rdname IO_read_parquet
#' @inherit pl_read_csv return
#' @inheritParams pl_scan_parquet
#' @inherit pl_scan_parquet params details
#' @examplesIf requireNamespace("arrow", quietly = TRUE) && arrow::arrow_with_dataset() && arrow::arrow_with_parquet()
#' temp_dir = tempfile()
#' # Write a hive-style partitioned parquet dataset
Expand Down
24 changes: 23 additions & 1 deletion man/IO_read_parquet.Rd

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

2 changes: 1 addition & 1 deletion man/IO_scan_parquet.Rd

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

0 comments on commit 27b1571

Please sign in to comment.