Skip to contents

Get the table with the specified name

Usage

getTable(tableName)

Arguments

tableName

the qualified or unqualified name that designates a table, allowed to be qualified with catalog name

Value

A named list.

Note

since 3.4.0

Examples

if (FALSE) {
sparkR.session()
tbl <- getTable("spark_catalog.default.myTable")
}