The functions contained in this program use the Spreadsheet application to provide an analog of the Data Frame object in the R language and environment for statistical computing and graphics. In particular, the functions provide a means of loading a spreadsheet from a CSV file and saving spreadsheet content to a CSV file. Additional table management functions are provided, for example to add or remove rows or columns. RTable uses the RFC standard for CSV files, but you can specify changes such as a different field delimiter character (e.g. tab) or fixed-column fields. You can choose which attribute of a cell to load or save, such as name or formula, but only values are loaded correctly in this release. A small number of frame related functions are provided, like names and ncol. Comprehensive PDF documentation included. |