Skip to content

Instantly share code, notes, and snippets.

@rpietro
Last active August 29, 2015 14:06
Show Gist options
  • Save rpietro/0889e0bc98ef108165c6 to your computer and use it in GitHub Desktop.
Save rpietro/0889e0bc98ef108165c6 to your computer and use it in GitHub Desktop.
R commands
?unlist # Given a list structure ‘x’, ‘unlist’ simplifies it to produce a vector which contains all the atomic components which occur in ‘x’.
install.packages('', repos='http://cran.us.r-project.org')
require(plyr)
headTail(bnames)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment