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