[Rqda-commits] r33 - pkg/man www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Dec 5 04:07:37 CET 2008


Author: wincent
Date: 2008-12-05 04:07:37 +0100 (Fri, 05 Dec 2008)
New Revision: 33

Added:
   pkg/man/write.FileList.rd
   www/Cases.png
   www/Codes.png
   www/Coding.png
   www/File.png
   www/FileMemo.png
   www/Retrieval.png
Modified:
   www/ChangeLog.txt
   www/Main.png
   www/index.html
Log:


Added: pkg/man/write.FileList.rd
===================================================================
--- pkg/man/write.FileList.rd	                        (rev 0)
+++ pkg/man/write.FileList.rd	2008-12-05 03:07:37 UTC (rev 33)
@@ -0,0 +1,33 @@
+\name{write.FileList}
+\alias{write.FileList}
+\title{Import a batch of files to the source table}
+\description{
+If import individual file to the project, you can do it by clicking import button in the Files Tab. 
+Sometimes, you want to import a batch of files quickly, you can do it by command. This function is 
+used to import a batch of files into the source table in the *.rqda file.
+}
+\usage{
+write.FileList(FileList, encoding = .rqda$encoding, con = .rqda$qdacon, ...)
+}
+
+\arguments{
+  \item{FileList}{A list. Each element of the list is the file content, and the \code{names(FileList)} are the respective file name.}
+  \item{encoding}{ Don't change this argument.}
+  \item{con}{ Don't change this argument.}
+  \item{\dots}{ \code{\dots} is not used.}
+}
+
+\value{
+ This function is used for the side-effects. No value is return.
+}
+\author{Huang Ronggui}
+\examples{
+\dontrun{
+Files <- list("File name one"="content of first File.","File name two"="content of the second File.")
+write.FileList(Files) ## Please launch RQDA(), and open a project first.
+}
+}
+% Add one or more standard keywords, see file 'KEYWORDS' in the
+% R documentation directory.
+% \keyword{ ~kwd1 }
+% \keyword{ ~kwd2 }% __ONLY ONE__ keyword per line

Added: www/Cases.png
===================================================================
(Binary files differ)


Property changes on: www/Cases.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: www/ChangeLog.txt
===================================================================
--- www/ChangeLog.txt	2008-12-05 02:51:25 UTC (rev 32)
+++ www/ChangeLog.txt	2008-12-05 03:07:37 UTC (rev 33)
@@ -1,5 +1,7 @@
 2008-12-05
 	* New functionality of add memo to File category and Code category.
+	* Reorganize the memo for Cases.  Now opem case memo by double-click or popup menu
+	* Unmark button for cases.
 	
 2008-12-04
 	* Better handler colors for coding and case-mark. Now can customize colors for coding-mark 

Added: www/Codes.png
===================================================================
(Binary files differ)


Property changes on: www/Codes.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/Coding.png
===================================================================
(Binary files differ)


Property changes on: www/Coding.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/File.png
===================================================================
(Binary files differ)


Property changes on: www/File.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/FileMemo.png
===================================================================
(Binary files differ)


Property changes on: www/FileMemo.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: www/Main.png
===================================================================
(Binary files differ)

Added: www/Retrieval.png
===================================================================
(Binary files differ)


Property changes on: www/Retrieval.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: www/index.html
===================================================================
--- www/index.html	2008-12-05 02:51:25 UTC (rev 32)
+++ www/index.html	2008-12-05 03:07:37 UTC (rev 33)
@@ -118,6 +118,12 @@
 <p>
 <h1>Screenshots</h1>
 <A HREF="Main.png" target="_blank">Main Window</A>
+<br><A HREF="File.png" target="_blank">Reading File</A>
+<br><A HREF="FileMemo.png" target="_blank">File Memo</A>
+<br><A HREF="Codes.png" target="_blank">Code List</A>
+<br><A HREF="Cases.png" target="_blank">Cases</A>
+<br><A HREF="Coding.png" target="_blank">Coding</A>
+<br><A HREF="Retrieval.png" target="_blank">Retrieve the coding</A>
 
 </BODY>
 </HTML>
\ No newline at end of file



More information about the Rqda-commits mailing list