From c61698e427974faffd9b43755a51b6eb9122be90 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 15 Sep 2018 19:04:23 +0200 Subject: Switch to odbc, reformattting of code to make it more readable. Also remove outdated hyperlinks from the help files. --- man/drdata.Rd | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'man/drdata.Rd') diff --git a/man/drdata.Rd b/man/drdata.Rd index 2bb0b4d..3999fc6 100644 --- a/man/drdata.Rd +++ b/man/drdata.Rd @@ -5,8 +5,9 @@ Get dose-response data from an adequate ODBC data source } \usage{ - drdata(substances, experimentator = "\%", db = "cytotox", celltype = "IPC-81", - enzymetype="AChE", organism="Vibrio fischeri", endpoint="Luminescence", + drdata(substances, experimentator = "\%", db = "cytotox", + celltype = "IPC-81", enzymetype = "AChE", organism = "Vibrio fischeri", + endpoint = "Luminescence", whereClause = "1", ok = "'ok','no fit'") } \arguments{ @@ -78,14 +79,17 @@ } } \examples{ -# Get cytotoxicity data for Tributyltin and zinc pyrithione, tested with IPC-81 -# cells -\dontrun{drdata(c("TBT","ZnPT2"))} + \dontrun{ + + # Get cytotoxicity data for Tributyltin and zinc pyrithione, tested with IPC-81 + # cells + drdata(c("TBT", "ZnPT2")) + + } } \author{ Johannes Ranke \email{jranke@uni-bremen.de} - \url{http://www.uft.uni-bremen.de/chemie/ranke} } \keyword{IO} \keyword{database} -- cgit v1.2.1