View source: R/solution_modifications.R
addCSVOutput | R Documentation |
Any output with the same id will be removed. The added output has no output
variables. One has to add new variables via addOutputVariable
.
addCSVOutput(
sol,
filename,
outputid,
frequence = "DAILY",
rule = NULL,
resetrule = NULL,
cachesize = 10,
divider = ","
)
sol |
solution object |
filename |
name of the output file |
outputid |
id of new output |
frequence |
one of DAILY, YEARLY, BOOLEAN, COMPLEX |
rule |
optional rule, when frequence is BOOLEAN or COMPLEX |
resetrule |
optional resetrule, when frequence is BOOLEAN or COMPLEX |
cachesize |
optional cachesize |
divider |
character that is used as a divider for the csv file |
modified solution object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.