diff options
| author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2005-10-31 10:05:03 +0000 | 
|---|---|---|
| committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2005-10-31 10:05:03 +0000 | 
| commit | 7c3bb44d67b14e6e4107bfd5ed355d835a0ba74b (patch) | |
| tree | 70290f202db3cdaedd700c26a9fb2d502d7b571e | |
| parent | 58db0771b52ee9278c3af9b91a7f00c7eb9a2952 (diff) | |
Small correction in the documentation of the whereClause argument to 
the drdata function.
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@46 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
| -rw-r--r-- | man/drdata.Rd | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/man/drdata.Rd b/man/drdata.Rd index 3f794bc..0c1e901 100644 --- a/man/drdata.Rd +++ b/man/drdata.Rd @@ -32,7 +32,8 @@      database "ecotox" is used. Defaults to "Vibrio fischeri".}    \item{whereClause}{      With this argument, additional conditions for the SQL query can be set,  -    e.g. "where plate != 710". The default is 1 (in SQL syntax this means TRUE).} +    e.g. "plate != 710" (i.e. "Do not retrieve data for plate 710"). The +    default is 1 (in SQL syntax this means TRUE).}     \item{ok}{      With the default value "'ok','no fit'", only data that has been checked and set to "ok"      or "no fit" in the database is retrieved. The argument "no fit" will result | 
