changeOutputType: Changes the type of an output from CSV to MEMORY or vice...

View source: R/solution_modifications.R

changeOutputTypeR Documentation

Changes the type of an output from CSV to MEMORY or vice versa

Description

Changes the type of an output from CSV to MEMORY or vice versa

Usage

changeOutputType(sol, outputid, type, filename = NULL, divider = ",")

Arguments

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

Value

modified solution object


simplaceUtil documentation built on Aug. 6, 2024, 3:01 p.m.