refresh_table {civis}R Documentation

Refresh a table

Description

Refreshes a table on Redshift using tables_post_refresh, which runs the table scanner and updates table meta-data.

Usage

refresh_table(tablename, database = NULL, verbose = FALSE)

Arguments

tablename

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)

verbose

bool, Set to TRUE to print intermediate progress indicators.

Value

Returns table meta-data from tables_get.

See Also

Other tables: get_table_id(), transfer_table()


[Package civis version 3.1.2 Index]