adl_dir_ls: Azure Data Lake Directory List

Description Usage Arguments Value Examples

View source: R/adl_dir_ls.R

Description

This function provides the functionality to list files in a directory. 'set_adl_token()' must be run before any file may be read.

Usage

1
adl_dir_ls(adl_file_path)

Arguments

adl_file_path

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

Value

a list of file paths within a directory

Examples

1
2
3
4
## Not run: 
df <- adl_dir_ls( adl_file_path =  "adl://path/to/dir/")

## End(Not run)

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