Skip to contents

Read a csv file from Azure storage

Usage

read_azure_csv(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 readr::read_delim

Value

A tibble