| get_table | R Documentation |
Get the table or view with the specified name in the specified database. You can use this to find the table's description, database, type and whether it is a temporary table or not.
get_table(sc, table, database = NULL)
sc |
A |
table |
|
database |
|
An object of class spark_jobj and shell_jobj.
cache_table(), create_table(), list_tables(), refresh_table(),
table_exists(), uncache_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.