Get the list of storage plugin names and configurations

drill_storage(drill_con, plugin = NULL)

Arguments

drill_con

drill server connection object setup by drill_connection()

plugin

the assigned name in the storage plugin definition.

References

Drill documentation

Examples

not_run({ drill_connection() %>% drill_storage() })