Guest User

Untitled

a guest
Nov 24th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. library(magrittr)
  2. x <- "1"
  3.  
  4. x <- as.numeric(x)
  5.  
  6. x %<>% as.numeric # mesma coisa de x <- x %>% as.numeric
Add Comment
Please, Sign In to add comment