View source: R/populate_template.R
get_trg_table_names | R Documentation |
This function connects to at target database and execute a simple sql statement that will return an empty record set that contains nothing but the names of the columns in the target table. This list of field names can be used to modify or map existing data frames to match the target table so that subsequent append queries have matching schema.
get_trg_table_names(trg_db, table)
trg_db |
|
table |
|
character vector
Adam Cottrill adam.cottrill@ontario.ca
sync_fields
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.