Get the table with the specified name
getTable.Rd
Get the table with the specified name
Arguments
- tableName
the qualified or unqualified name that designates a table, allowed to be qualified with catalog name
Examples
if (FALSE) {
sparkR.session()
tbl <- getTable("spark_catalog.default.myTable")
}