toTabularFile

fun toTabularFile(df: AnyFrame, fileName: String): TabularOutputFile

Convert the dataframe to a TabularOutputFile with the supplied file name within KSL.outDir


fun toTabularFile(df: AnyFrame, pathToFile: Path): TabularOutputFile

Convert the dataframe to a TabularOutputFile at the supplied pathToFile