diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-01-31 16:55:20 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-01-31 16:55:20 +0100 |
commit | 3eefecf0adfbb30b8fb895c244dea6903bcb3e9c (patch) | |
tree | bb70432fd6f13ca306443047d6911a797757ee96 /docs/reference/mkin_wide_to_long.html | |
parent | e5453f4d020aa120cabea074120f587f8ea4735f (diff) |
Restore NAMESPACE
which was accidentally overwritten by pkgdown -> roxygen
Diffstat (limited to 'docs/reference/mkin_wide_to_long.html')
-rw-r--r-- | docs/reference/mkin_wide_to_long.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/reference/mkin_wide_to_long.html b/docs/reference/mkin_wide_to_long.html index 5e7df90d..d7438fcf 100644 --- a/docs/reference/mkin_wide_to_long.html +++ b/docs/reference/mkin_wide_to_long.html @@ -154,7 +154,13 @@ <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> <pre class="examples"><div class='input'><span class='no'>wide</span> <span class='kw'><-</span> <span class='fu'><a href='https://www.rdocumentation.org/packages/base/topics/data.frame'>data.frame</a></span>(<span class='kw'>t</span> <span class='kw'>=</span> <span class='fu'><a href='https://www.rdocumentation.org/packages/base/topics/c'>c</a></span>(<span class='fl'>1</span>,<span class='fl'>2</span>,<span class='fl'>3</span>), <span class='kw'>x</span> <span class='kw'>=</span> <span class='fu'><a href='https://www.rdocumentation.org/packages/base/topics/c'>c</a></span>(<span class='fl'>1</span>,<span class='fl'>4</span>,<span class='fl'>7</span>), <span class='kw'>y</span> <span class='kw'>=</span> <span class='fu'><a href='https://www.rdocumentation.org/packages/base/topics/c'>c</a></span>(<span class='fl'>3</span>,<span class='fl'>4</span>,<span class='fl'>5</span>)) -<span class='fu'>mkin_wide_to_long</span>(<span class='no'>wide</span>)</div><div class='output co'>#> <span class='error'>Error in mkin_wide_to_long(wide): konnte Funktion "mkin_wide_to_long" nicht finden</span></div></pre> +<span class='fu'>mkin_wide_to_long</span>(<span class='no'>wide</span>)</div><div class='output co'>#> name time value +#> 1 x 1 1 +#> 2 x 2 4 +#> 3 x 3 7 +#> 4 y 1 3 +#> 5 y 2 4 +#> 6 y 3 5</div></pre> </div> <div class="col-md-3 hidden-xs hidden-sm" id="sidebar"> <h2>Contents</h2> |