[rkward-cvs] SF.net SVN: rkward: [1375] trunk/rkward/rkward/plugins/00saveload/import/ import_csv.rkh

tfry at users.sourceforge.net tfry at users.sourceforge.net
Sun Feb 11 18:03:54 UTC 2007


Revision: 1375
          http://svn.sourceforge.net/rkward/?rev=1375&view=rev
Author:   tfry
Date:     2007-02-11 10:03:53 -0800 (Sun, 11 Feb 2007)

Log Message:
-----------
Documentation

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/00saveload/import/import_csv.rkh

Modified: trunk/rkward/rkward/plugins/00saveload/import/import_csv.rkh
===================================================================
--- trunk/rkward/rkward/plugins/00saveload/import/import_csv.rkh	2007-02-11 17:55:56 UTC (rev 1374)
+++ trunk/rkward/rkward/plugins/00saveload/import/import_csv.rkh	2007-02-11 18:03:53 UTC (rev 1375)
@@ -21,11 +21,11 @@
 		<caption id="tab_rows"/>
 		<setting id="rowname">How to determine row names? Either the rows can be numbered 1...n. Or you can specify a single column containing the row names (typically the first). Or you can provide a character vector of names.</setting>
 		<setting id="nomrow">See above. The column containing the row names, given either as a number, or as a column name (in the latter case, make sure to quote the name)</setting>
-		<setting id="rownames">See above. A vector of column names  (e.g. c ("row1", "row2", ...,  "rown"))</setting>
+		<setting id="rownames">See above. A vector of column names  (e.g. c ("row1", "row2", ...,  "rown"), but you can also specify the name of an R object containing the names to use)</setting>
 
 		<caption id="tab_columns"/>
 		<setting id="colname">Use default column names (possibly read from first row of file), or use specific names?</setting>
-		<setting id="colnames">See above. Specify a character vector of column names (e.g. c ("col1", "col2", ..., "coln"))</setting>
+		<setting id="colnames">See above. Specify a character vector of column names (e.g. c ("col1", "col2", ..., "coln"), but you can also specify the name of an R object containing the names to use)</setting>
 		<setting id="flush">Should additional columns (not specified above, and not within the first five rows of input) be skipped? See parameter flush in <link href="rkward://rhelp/read.table"/>.</setting>
 		<setting id="colclass">Should be class of each column be determined automatically, or specified?</setting>
 		<setting id="custoClasses">See above. Specify a character vector with the names of the classes to use for each column.</setting>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list