Skip to content

Instantly share code, notes, and snippets.

@VladimirSaz
Created May 6, 2014 11:48
Show Gist options
  • Save VladimirSaz/11559651 to your computer and use it in GitHub Desktop.
Save VladimirSaz/11559651 to your computer and use it in GitHub Desktop.
usefull function in R
#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