Skip to content

Instantly share code, notes, and snippets.

@vpereira
Created October 1, 2012 21:34
Show Gist options
  • Save vpereira/3814577 to your computer and use it in GitHub Desktop.
Save vpereira/3814577 to your computer and use it in GitHub Desktop.
class(homens$Valor)
[1] "factor"
as.numeric(as.character(homens$Valor))
[1] 53 51 47 61 19 31 42 36 45 50 44 39 30 24 22 15 12 7 64 59 35 11 56 6 16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment