Show files in a file system schema.

drill_show_files(drill_con, schema_spec, .progress = interactive())

Arguments

drill_con

drill server connection object setup by drill_connection()

schema_spec

properly quoted "filesystem.directory_name" reference path

.progress

if TRUE (default if in an interactive session) then ask httr::RETRY to display a progress bar

References

Drill documentation

See also

Other Dill direct REST API Interface: drill_show_schemas(), drill_use()

Examples

try({
drill_connection() %>% drill_show_files("dfs.tmp")
}, silent=TRUE)