From d09233dd6cd6cf60d3b00b30ee59ec148bba3187 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 15 Sep 2018 20:03:55 +0200 Subject: Static documentation rebuilt by pkgdown::build_site() --- docs/reference/drdata.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'docs/reference/drdata.html') diff --git a/docs/reference/drdata.html b/docs/reference/drdata.html index fc962be..438f32c 100644 --- a/docs/reference/drdata.html +++ b/docs/reference/drdata.html @@ -61,7 +61,7 @@ drfit - 0.7.1 + 0.7.2 @@ -103,8 +103,9 @@ -
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

@@ -201,10 +202,12 @@

Examples

-
# Get cytotoxicity data for Tributyltin and zinc pyrithione, tested with IPC-81 -# cells -
# NOT RUN { -drdata(c("TBT","ZnPT2")) +
# NOT RUN { + # Get cytotoxicity data for Tributyltin and zinc pyrithione, tested with IPC-81 + # cells + drdata(c("TBT", "ZnPT2")) + + # }
-- cgit v1.2.1