nmrglue.table
==============

.. automodule:: nmrglue.fileio.table

This modules is imported as nmrglue.pipe and can be called as such.

High-Level Functions
---------------------


These are the functions most users will use from the table module.

.. autofunction:: read
.. autofunction:: write 
.. autofunction:: insert_row
.. autofunction:: append_row 
.. autofunction:: delete_row
.. autofunction:: reorder_rows
.. autofunction:: insert_column
.. autofunction:: append_column
.. autofunction:: delete_column
.. autofunction:: reorder_columns
.. autofunction:: pipe2glue
.. autofunction:: glue2pipe
.. autofunction:: guess_pformat

