MDTable
A package for reading and writing MD tables.
Index
Documentation
MDTable.readMDTable โ MethodreadMDTable(file::String; header::Bool=true)::DataFrameReads into a DataFrame any MD table file.
It's assumed the file will have a header, but can be specified with header=false if there isn't one.
MDTable.writeMDTable โ MethodwriteMDTable(fileName::String, df)Creates or overwrites a file named as fileName writing in it, under MD table format, the content of any type that implements the Tables.jl interface.