Skip to contents

Check if a hive dataset exists

Usage

db_dataset_exists(section, dataset)

Arguments

section

The section name

dataset

The dataset name

Value

Logical TRUE if exists, FALSE otherwise

Examples

if (FALSE) { # \dontrun{
db_connect()
db_dataset_exists("Trade", "Imports")
# [1] TRUE
} # }