View source: R/solution_modifications.R
changeOutputType | R Documentation |
Changes the type of an output from CSV to MEMORY or vice versa
changeOutputType(sol, outputid, type, filename = NULL, divider = ",")
sol |
solution object |
outputid |
id of output to change |
type |
one of 'CSV' or 'MEMORY' |
filename |
name of the output file if type changes to 'CSV' |
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.