tables_post_enhancements_geocodings {civis} | R Documentation |
Geocode a table
Description
Geocode a table
Usage
tables_post_enhancements_geocodings(source_table_id)
Arguments
source_table_id |
integer required. The ID of the table to be enhanced. |
Value
A list containing the following elements:
id |
integer, The ID of the enhancement. |
sourceTableId |
integer, The ID of the table that was enhanced. |
state |
string, The state of the enhancement, one of 'queued' 'running' 'succeeded' 'failed' or 'cancelled'. |
enhancedTableSchema |
string, The schema name of the table created by the enhancement. |
enhancedTableName |
string, The name of the table created by the enhancement. |
[Package civis version 3.1.2 Index]