diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-03-01 11:00:17 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-03-01 11:00:17 +0100 |
commit | 16aadfc099f31741a127cf52f18253d44d88a86a (patch) | |
tree | b962486ce52f30954d336d46ad3f8f8af501e96b /docs/reference/drdata.html | |
parent | d033fa6210c89a56697ce7c6830ab6a8df2c552c (diff) |
Static documentation rebuilt using current pkgdown
Diffstat (limited to 'docs/reference/drdata.html')
-rw-r--r-- | docs/reference/drdata.html | 61 |
1 files changed, 38 insertions, 23 deletions
diff --git a/docs/reference/drdata.html b/docs/reference/drdata.html index f4716f1..6387e76 100644 --- a/docs/reference/drdata.html +++ b/docs/reference/drdata.html @@ -18,12 +18,19 @@ <!-- Font Awesome icons --> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous"> +<!-- clipboard.js --> +<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js" integrity="sha384-cV+rhyOuRHc9Ub/91rihWcGmMmCXDeksTtCihMupQHSsi8GIIRDG0ThDc3HGQFJ3" crossorigin="anonymous"></script> <!-- pkgdown --> <link href="../pkgdown.css" rel="stylesheet"> <script src="../jquery.sticky-kit.min.js"></script> <script src="../pkgdown.js"></script> + + +<meta property="og:title" content="Get dose-response data via RODBC — drdata" /> +<meta property="og:description" content="Get dose-response data from an adequate ODBC data source" /> +<meta name="twitter:card" content="summary" /> <!-- mathjax --> <script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> @@ -51,6 +58,12 @@ <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li> + <a href="../index.html"> + <span class="fa fa-home fa-lg"></span> + + </a> +</li> +<li> <a href="../reference/index.html">Reference</a> </li> </ul> @@ -155,58 +168,60 @@ containing:</p><table><tr><td> [MySQL] </td> <td> </td> -</tr><tr><td> </td> -<td> +<td> </td> +</tr><tr><td> Description </td> -</tr><tr><td> = </td> +<td> = </td> <td> MySQL driver for ODBC </td> </tr><tr><td> Driver </td> <td> = </td> -</tr><tr><td> /usr/local/lib/libmyodbc.so </td> -<td> +<td> /usr/local/lib/libmyodbc.so </td> +</tr><tr><td> Setup </td> -</tr><tr><td> = </td> +<td> = </td> <td> /usr/lib/odbc/libodbcmyS.so </td> </tr></table><p>and the file <code class="file">/etc/odbc.ini</code> containing:</p><table><tr><td> [cytotox] </td> <td> </td> -</tr><tr><td> </td> -<td> +<td> </td> +</tr><tr><td> Description </td> -</tr><tr><td> = </td> +<td> = </td> <td> Cytotoxicity database of the department of bioorganic chemistry, UFT Bremen </td> </tr><tr><td> Driver </td> <td> = </td> -</tr><tr><td> MySQL </td> -<td> +<td> MySQL </td> +</tr><tr><td> Trace </td> -</tr><tr><td> = </td> +<td> = </td> <td> Yes </td> </tr><tr><td> TraceFile </td> <td> = </td> -</tr><tr><td> /tmp/odbc.log </td> -<td> +<td> /tmp/odbc.log </td> +</tr><tr><td> Database </td> -</tr><tr><td> = </td> +<td> = </td> <td> cytotox </td> </tr><tr><td> Server </td> <td> = </td> -</tr><tr><td> eckehaat </td> -<td> +<td> eckehaat </td> +</tr><tr><td> Port </td> -</tr><tr><td> = </td> +<td> = </td> <td> 3306 </td> </tr></table> <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> - <pre class="examples"><div class='input'><span class='co'># Get cytotoxicity data for Tributyltin and zinc pyrithione, tested with IPC-81</span> -<span class='co'># cells</span> -<span class='co'>## Not run: drdata(c("TBT","ZnPT2"))</span></div></pre> + <pre class="examples"><div class='input'># Get cytotoxicity data for Tributyltin and zinc pyrithione, tested with IPC-81 +# cells +</div><span class='co'># NOT RUN {</span> +<span class='fu'>drdata</span>(<span class='fu'>c</span>(<span class='st'>"TBT"</span>,<span class='st'>"ZnPT2"</span>)) +<span class='co'># }</span></pre> </div> <div class="col-md-3 hidden-xs hidden-sm" id="sidebar"> <h2>Contents</h2> @@ -224,7 +239,7 @@ Johannes Ranke <a href='mailto:jranke@uni-bremen.de'>jranke@uni-bremen.de</a> - <a href = 'http://www.uft.uni-bremen.de/chemie/ranke'>http://www.uft.uni-bremen.de/chemie/ranke</a> + <a href='http://www.uft.uni-bremen.de/chemie/ranke'>http://www.uft.uni-bremen.de/chemie/ranke</a> </div> </div> @@ -235,7 +250,7 @@ </div> <div class="pkgdown"> - <p>Site built with <a href="http://hadley.github.io/pkgdown/">pkgdown</a>.</p> + <p>Site built with <a href="http://pkgdown.r-lib.org/">pkgdown</a>.</p> </div> </footer> |