Created
May 6, 2014 11:48
-
-
Save VladimirSaz/11559651 to your computer and use it in GitHub Desktop.
usefull function in R
This file contains 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
#stop() - alerts about fatal error | |
stop("cant create file") | |
#take only unique values from vector | |
vect<-unique(vect) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment