Checks if the table with the specified name exists.
tableExists.Rd
Checks if the table with the specified name exists.
Examples
if (FALSE) { # \dontrun{
sparkR.session()
databaseExists("spark_catalog.default.myTable")
} # }
tableExists.Rd
Checks if the table with the specified name exists.
if (FALSE) { # \dontrun{
sparkR.session()
databaseExists("spark_catalog.default.myTable")
} # }