powered by
Show files in a file system schema.
drill_show_files(drill_con, schema_spec, .progress = interactive())
drill server connection object setup by drill_connection()
drill_connection()
properly quoted "filesystem.directory_name" reference path
if TRUE (default if in an interactive session) then ask httr::RETRY to display a progress bar
TRUE
httr::RETRY
Drill documentation
Other Dill direct REST API Interface: drill_show_schemas(), drill_use()
drill_show_schemas()
drill_use()
# NOT RUN { try({ drill_connection() %>% drill_show_files("dfs.tmp") }, silent=TRUE) # }
Run the code above in your browser using DataLab