View source: R/populate_template.R
populate_db | R Documentation |
given a list containing our data elements and a target database, iterate over the list and insert the data into the corresponding table in the target database. The names in the list must correspond with the tables in the target database, and it must be possible to insert the tables in alphabetical order. (which works for FN-2, but may not always be the case)
populate_db(target, data, verbose, verbose_sqlsave)
target |
|
data |
|
verbose |
|
verbose_sqlsave |
|
Adam Cottrill adam.cottrill@ontario.ca
append_data, populate_template_assessment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.