diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-06-09 15:51:41 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-06-10 09:55:04 +0200 |
commit | 1529b559337c2c2c2384e507e04d717ff65978e8 (patch) | |
tree | 388de14b0fee8bf39221739442d24eb1a9a5ab4a /man | |
parent | 9d855e54e6682f7beb4253d7f95b86648be39e86 (diff) |
Document if matching is case-sensitive for substance names
Diffstat (limited to 'man')
-rw-r--r-- | man/checksubstance.Rd | 3 | ||||
-rw-r--r-- | man/drdata.Rd | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/man/checksubstance.Rd b/man/checksubstance.Rd index 6182fce..284ee88 100644 --- a/man/checksubstance.Rd +++ b/man/checksubstance.Rd @@ -13,7 +13,8 @@ } \arguments{ \item{substance}{ - The name of the substance identifying it within the database.} + The name of the substance identifying it within the database. Matching is not + case-sensitive.} \item{db}{ The database to be used. Currently, the databases "cytotox" and "enzymes" of the UFT Department of Bioorganic Chemistry are supported (default is diff --git a/man/drdata.Rd b/man/drdata.Rd index 4fb6740..2bb0b4d 100644 --- a/man/drdata.Rd +++ b/man/drdata.Rd @@ -12,7 +12,7 @@ \arguments{ \item{substances}{ A string or an array of strings with the substance names for - which dose-response data is to be retrieved.} + which dose-response data is to be retrieved. Matching is case-sensitive.} \item{experimentator}{ The name of the experimentator whose data is to be used. Default is "%", which means that data from all experimentators are retrieved.} |