Description Usage Arguments Value Author(s) See Also
View source: R/dexr_hl_config.R
Stores market products from CSV file to PostGreSQL database. The database tables are emptied before submission.
1 2 3 4 5 6 | hl_config_marketProducts2db(
dexpa,
sourcedir = paste(dexpa$dirs$config, dexpa$sim$id, sep = "/"),
sourcefile = paste("DEX_Param_MarketProducts_", dexpa$sim$id, ".csv", sep = ""),
firstDeliveryPeriodStart = Sys.time()
)
|
dexpa |
|
sourcedir |
|
sourcefile |
|
firstDeliveryPeriodStart |
as POSIX object |
table in DB
Sascha Holzhauer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.