Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><a href="http://www.inside-r.org/packages/cran/reshape2" rel="nofollow"><code>reshape2</code></a> is an <a href="/questions/tagged/r" class="post-tag" title="show questions tagged 'r'" rel="tag">r</a> package for flexibly restructuring and aggregating data. Its primary use is <a href="/questions/tagged/reshape" class="post-tag" title="show questions tagged 'reshape'" rel="tag">reshape</a>ing data between <em>wide</em> format with repeated measurements in separate columns of the same record and <em>long</em> format with the repeated measurements in separate records.</p> <p><code>reshape2</code> succeeds the <a href="http://had.co.nz/reshape/" rel="nofollow"><code>reshape</code></a> package, and is succeeded by the <a href="/questions/tagged/tidyr" class="post-tag" title="show questions tagged 'tidyr'" rel="tag">tidyr</a> package.</p> <h3>Repositories</h3> <ul> <li><a href="https://github.com/hadley/reshape" rel="nofollow">Development version on github</a> (<a href="https://github.com/hadley/reshape/issues" rel="nofollow">issues</a>)</li> <li><a href="http://cran.r-project.org/web/packages/reshape2/index.html" rel="nofollow">Stable version on CRAN</a></li> </ul> <h3>Other resources</h3> <ul> <li><a href="https://stackoverflow.com/questions/12377334/reshape-vs-reshape2-in-r">reshape vs. reshape2 in R</a> </li> <li><a href="http://www.r-bloggers.com/?s=reshape2" rel="nofollow">Posts on R-bloggers</a></li> </ul> <h3>Related tags</h3> <ul> <li><a href="/questions/tagged/data-manipulation" class="post-tag" title="show questions tagged 'data-manipulation'" rel="tag">data-manipulation</a></li> <li><a href="/questions/tagged/r" class="post-tag" title="show questions tagged 'r'" rel="tag">r</a>'s <a href="/questions/tagged/tidyr" class="post-tag" title="show questions tagged 'tidyr'" rel="tag">tidyr</a> package</li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload