aboutsummaryrefslogtreecommitdiff
path: root/man/drdata.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/drdata.Rd')
-rw-r--r--man/drdata.Rd16
1 files changed, 10 insertions, 6 deletions
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}

Contact - Imprint