Last active
August 29, 2015 14:06
-
-
Save rpietro/0889e0bc98ef108165c6 to your computer and use it in GitHub Desktop.
R commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
?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