Writes a "tab"- or "csv"-formatted alternatives' data to a file,
console or clipboard. This data is meant to be subsequently imported to
'DEXi' software.
Arguments
model
A DexiModel object. Required.
alternatives
A data.frame of alternatives (normally an output of evaluate()) or
indices to model$alternatives. The default value NULL selects model$alternatives.
file
Write the data frame contents to a file.
When file = "", the contents is written to the console (default).
file = "clipboard" might also work to copy the contents to the clipboard.
quote
logical(1). Whether or not to quote output character strings.