[R-gregmisc-users] SF.net SVN: r-gregmisc:[1402] trunk/gdata/man/read.xls.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2010-01-24 18:17:32
|
Revision: 1402 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1402&view=rev Author: warnes Date: 2010-01-24 18:17:26 +0000 (Sun, 24 Jan 2010) Log Message: ----------- Fix typo Modified Paths: -------------- trunk/gdata/man/read.xls.Rd Modified: trunk/gdata/man/read.xls.Rd =================================================================== --- trunk/gdata/man/read.xls.Rd 2010-01-24 18:10:03 UTC (rev 1401) +++ trunk/gdata/man/read.xls.Rd 2010-01-24 18:17:26 UTC (rev 1402) @@ -27,8 +27,8 @@ \item{perl}{name of the perl executable to be called.} \item{method}{intermediate file format, "csv" for comma-separated and "tab" for tab-separated} - \item{...}{additional arguments to read.table. The defaults of - read.csv are used.} + \item{...}{additional arguments to read.table. The defaults for + read.csv() are used.} } \value{ \code{"read.xls"} returns a data frame. @@ -54,7 +54,7 @@ \note{ Either a working version of Perl must be present in the executable search path, or the exact path of the perl executable must be provided via the \code{perl} argument. See the examples below for an illustration.} -\seealso{ \code{\link[base]{read.csv}} } +\seealso{ \code{\link[utils]{read.csv}} } \examples{ # iris.xls is included in the gregmisc package for use as an example This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |