Check if a hive dataset exists
Examples
if (FALSE) { # \dontrun{
db_connect()
db_dataset_exists("Trade", "Imports")
# [1] TRUE
} # }
Check if a hive dataset exists
if (FALSE) { # \dontrun{
db_connect()
db_dataset_exists("Trade", "Imports")
# [1] TRUE
} # }