From 23528ad9b4f07434b3249f1e48ade1e0d07528bf Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 6 Jun 2018 02:11:57 +0200 Subject: Static documentation rebuilt by pkgdown::build_site() --- docs/reference/drdata.html | 97 ++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 55 deletions(-) (limited to 'docs/reference/drdata.html') diff --git a/docs/reference/drdata.html b/docs/reference/drdata.html index 6387e76..fc962be 100644 --- a/docs/reference/drdata.html +++ b/docs/reference/drdata.html @@ -21,16 +21,22 @@ + + + - - - + + + + + + @@ -53,8 +59,12 @@ - drfit + + drfit + 0.7.1 + + @@ -78,21 +89,25 @@ -
+
+

Get dose-response data from an adequate ODBC data source

+
drdata(substances, experimentator = "%", db = "cytotox", celltype = "IPC-81",
     enzymetype="AChE", organism="Vibrio fischeri", endpoint="Luminescence",
     whereClause = "1", ok = "'ok','no fit'")
-

Arguments

+

Arguments

@@ -165,55 +180,24 @@ myODBC. Then, under Unix, you can use iodbc or unixodbc for setting up the respective data source with data source name (DSN) "cytotox". For my setting using unixodbc, I am using the file /etc/odbcinst.ini - containing:

- - - - - - - - - - - -
- [MySQL]
- Description = MySQL driver for ODBC
- Driver = /usr/local/lib/libmyodbc.so
- Setup = /usr/lib/odbc/libodbcmyS.so

and the file /etc/odbc.ini containing:

- - - - - - - - - - - - - - - - - - - - - - - -
- [cytotox]
- Description = Cytotoxicity database of the department of bioorganic chemistry, UFT Bremen
- Driver = MySQL
- Trace = Yes
- TraceFile = /tmp/odbc.log
- Database = cytotox
- Server = eckehaat
- Port = 3306
+ containing:

+ + + + + +
[MySQL]
Description=MySQL driver for ODBC
Driver=/usr/local/lib/libmyodbc.so
Setup=/usr/lib/odbc/libodbcmyS.so
[MySQL]
+

and the file /etc/odbc.ini containing:

+ + + + + + + + + +
[cytotox]
Description=Cytotoxicity database of the department of bioorganic chemistry, UFT Bremen
Driver=MySQL
Trace=Yes
TraceFile=/tmp/odbc.log
Database=cytotox
Server=eckehaat
Port=3306
[cytotox]

Examples

@@ -256,5 +240,8 @@
+ + + -- cgit v1.2.1