From 1529b559337c2c2c2384e507e04d717ff65978e8 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 9 Jun 2017 15:51:41 +0200 Subject: Document if matching is case-sensitive for substance names --- man/checksubstance.Rd | 3 ++- man/drdata.Rd | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'man') 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.} -- cgit v1.2.1