View source: R/populate_template.R
sync_flds | R Documentation |
This function accepts a dataframe, a database name and a table name and adds and optionally removes fields from the dataframe to match the names in the target table. If drop_col=FALSE, extra fields in
sync_flds(df, targ_db, tablename, drop_cols = TRUE)
df |
|
targ_db |
|
tablename |
|
drop_cols |
|
the dataframe will remain, if drop_cols=TRUE, extra fields in the dataframe will be removed.
dataframe
Adam Cottrill adam.cottrill@ontario.ca
get_trg_table_names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.