read_adl_feather: Read a feather from Azure Data Lake

Description Usage Arguments Value Examples

View source: R/read_adl_feather.R

Description

Read a feather from Azure Data Lake given a path to the file. 'set_adl_token()' must be run before any file may be read.

Usage

1
read_adl_feather(adl_file_path)

Arguments

adl_file_path

A string representing the adl file path. _Required parameter._

Value

a tibble

Examples

1
2
3
4
 set_adl_token(tenant = "abc123", client_id = "abc123", client_secret = "abc123")
 df <- read_adl_feather(
 adl_file_path =  "adl://<storename>.azuredatalakestore.net/path/to/file.feather"
 )

alexhallam/flyrod documentation built on Nov. 20, 2019, 7:33 a.m.