Skip to content

Instantly share code, notes, and snippets.

@myuhe
Last active December 17, 2015 01:59
Show Gist options
  • Save myuhe/5532233 to your computer and use it in GitHub Desktop.
Save myuhe/5532233 to your computer and use it in GitHub Desktop.
hoge <- rep(1,2000)
fuga <- rep(2,2000)
foo <- rep(3,2000)
dat <- data.frame(hoge,fuga,foo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment