The docstring for the TableFormats map states that the user can add and entry to the map if they want to create a new one. However, the fields for the Line and Row structs are not exported. Is there a way to create a new TableFormat from outside of the gotabulate package?
The docstring for the
TableFormatsmap states that the user can add and entry to the map if they want to create a new one. However, the fields for theLineandRowstructs are not exported. Is there a way to create a newTableFormatfrom outside of thegotabulatepackage?