drill_show_files {sergeant} | R Documentation |
Show files in a file system schema.
drill_show_files(drill_con, schema_spec, .progress = interactive())
drill_con |
drill server connection object setup by |
schema_spec |
properly quoted "filesystem.directory_name" reference path |
.progress |
if |
Other Dill direct REST API Interface:
drill_show_schemas()
,
drill_use()
try({
drill_connection() %>% drill_show_files("dfs.tmp")
}, silent=TRUE)