Show files in a file system schema.

drill_show_files(drill_con, schema_spec)

Arguments

drill_con

drill server connection object setup by drill_connection()

schema_spec

properly quoted "filesystem.directory_name" reference path

References

Drill documentation

See also

Examples

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