Skip to contents

Read a parquet file from Azure storage

Usage

read_azure_parquet(container, file, ...)

Arguments

container

An Azure container object, as returned by get_container

file

string The path to the file to be read.

...

optional arguments to be passed through to arrow::read_parquet

Value

A tibble

Examples

if (FALSE) { # \dontrun{
  read_azure_parquet(cont, "data/folder/path/1.parquet")
} # }