get_table_id: Return the table id for a given table

Description Usage Arguments Value See Also

View source: R/tables.R

Description

Return the table id for a given table

Usage

1
get_table_id(table_name, database = NULL)

Arguments

table_name

string, Name of table and schema "schema.tablename"

database

string, Name of database where data frame is to be uploaded. If no database is specified, uses options(civis.default_db)

Value

table_id integer, id of the matching table.

See Also

Other tables: refresh_table(), transfer_table()


civisanalytics/civis-r documentation built on June 27, 2020, 7:25 a.m.