Welcome! ようこそ! 歡迎訪問!

My IP Address

软件下载中心

Skip to contents

Checks if the table with the specified name exists.

Usage

tableExists(tableName)

Arguments

tableName

name of the table, allowed to be qualified with catalog name

Note

since 3.4.0

Examples

if (FALSE) {
sparkR.session()
databaseExists("spark_catalog.default.myTable")
}