Skip to content

Instantly share code, notes, and snippets.

@isaactpetersen
Last active August 29, 2015 14:04
Show Gist options
  • Save isaactpetersen/b379128cfc238f56a0b6 to your computer and use it in GitHub Desktop.
Save isaactpetersen/b379128cfc238f56a0b6 to your computer and use it in GitHub Desktop.
#Long to Wide
weeklyDataWide <- reshape(weeklyDataLong,
timevar = c("week"),
idvar = c("name","year"),
direction = "wide",
sep="")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment