toTabularFile

fun AnyFrame.toTabularFile(fileName: String): TabularFile

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


fun AnyFrame.toTabularFile(pathToFile: Path): TabularFile

Convert the dataframe to a TabularOutputFile at the supplied path