writes ground information on a table
 
  INPUT
 
   table:    - A table, as variable or filename.
             - If this argument is omitted, all tables in disk are visited.
             - Yo can pass a regular expression including "*" to list
               the sizes of all table files matching the expression.
 
  Parameter / Value 
 
   'data':     Optional
             checks the consistency between a table and a data set
 
   'column':   numeric value.
               produces detailed information on the contents of a given
               column:
               how many tags are contributing to each of the detected
               labels present in the column marked by the user.
 
 -------------------------------------------------------------------
 
 
  SEE ALSO
 
   dynamo_tableplot, dynamo_tableview
 
  SYNTAX
 
   dynamo_table_info                    % on all the particles
   dynamo_table_info some_pattern*
   dynamo_table_info(table);
   dynamo_table_info(table,data);