Skip to contents

Returns all top-level section folders in the data lake.

Usage

db_list_sections()

Value

Character vector of section names

Examples

if (FALSE) { # \dontrun{
db_connect()
db_list_sections()
# [1] "Trade" "Labour" "Health" "Agriculture"
} # }