customFormat

fun customFormat(columnSeparator: String, lineSeparatorSymbol: Char, thickLineSeparatorSymbol: Char, inputsColumnHeader: String = "Inputs", outputsColumnHeader: String = "Outputs", typeColumnHeader: String = "Type"): List<String>

Format function with customizable column names.

Parameters

inputsColumnHeader

title of the column with input variables

outputsColumnHeader

title of the column with output variables

typeColumnHeader

title of the column with variable types