Help for this page

Select Code to Download


  1. or download this
             #use Text::CSV::R qw(:all);
             use Text::CSV::R qw(read_table colnames rownames);
    ...
                   # do someting with $col
               }
             }
    
  2. or download this
    package Text::CSV::R;
    
    ...
    
    1;