Skip to content

Instantly share code, notes, and snippets.

@tengpeng
Created October 19, 2016 19:15
Show Gist options
  • Save tengpeng/b1341ede0736c3a6657d3befdc4638e2 to your computer and use it in GitHub Desktop.
Save tengpeng/b1341ede0736c3a6657d3befdc4638e2 to your computer and use it in GitHub Desktop.
reshape long wide
reshape(dat1, idvar = "name", timevar = "numbers", direction = "wide")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment