powered by
Return the table id for a given table
get_table_id(table_name, database = NULL)
table_id integer, id of the matching table.
string, Name of table and schema "schema.tablename"
"schema.tablename"
string, Name of database where data frame is to be uploaded. If no database is specified, uses options(civis.default_db)
options(civis.default_db)
Other tables: refresh_table(), transfer_table()
refresh_table()
transfer_table()