diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-16 15:18:10 +0100 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-16 15:18:10 +0100 | 
| commit | 26a4b9e03fe0f3d8e777ad52f97685a98ff4462e (patch) | |
| tree | c0161835b4b6e8b3895aca3d60ed2329c19fdc27 /docs/dev/reference | |
| parent | 78d421dc463dbfb993e372073c8de406d1f45da7 (diff) | |
Update docs
Diffstat (limited to 'docs/dev/reference')
| -rw-r--r-- | docs/dev/reference/read_spreadsheet.html | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/docs/dev/reference/read_spreadsheet.html b/docs/dev/reference/read_spreadsheet.html index 70828765..efba012b 100644 --- a/docs/dev/reference/read_spreadsheet.html +++ b/docs/dev/reference/read_spreadsheet.html @@ -64,7 +64,10 @@ factors can be given in columns named 'Temperature' and 'Moisture'."><meta name=        <a href="../articles/web_only/NAFTA_examples.html">Example evaluation of NAFTA SOP Attachment examples</a>      </li>      <li> -      <a href="../articles/web_only/benchmarks.html">Some benchmark timings</a> +      <a href="../articles/web_only/benchmarks.html">Benchmark timings for mkin</a> +    </li> +    <li> +      <a href="../articles/web_only/saem_benchmarks.html">Benchmark timings for saem.mmkin</a>      </li>    </ul></li>  <li> @@ -103,7 +106,7 @@ factors can be given in columns named 'Temperature' and 'Moisture'.</p>      <div class="sourceCode"><pre class="sourceCode r"><code><span><span class="fu">read_spreadsheet</span><span class="op">(</span></span>  <span>  <span class="va">path</span>,</span>  <span>  valid_datasets <span class="op">=</span> <span class="st">"all"</span>,</span> -<span>  parent_only <span class="op">=</span> <span class="cn">TRUE</span>,</span> +<span>  parent_only <span class="op">=</span> <span class="cn">FALSE</span>,</span>  <span>  normalize <span class="op">=</span> <span class="cn">TRUE</span></span>  <span><span class="op">)</span></span></code></pre></div>      </div> | 
