Guest User

Untitled

a guest
Dec 11th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. read_csv("a,bn1,2,3,4")
  2. #> Warning: 1 parsing failure.
  3. #> row # A tibble: 1 x 5 col row col expected actual file expected <int> <chr> <chr> <chr> <chr> actual 1 1 <NA> 2 columns 4 columns literal data file # A tibble: 1 x 5
  4. #>
  5. #> # A tibble: 1 x 2
  6. #> a b
  7. #> <int> <int>
  8. #> 1 1 2
  9. #> Warning message:
  10. #> In rbind(names(probs), probs_f) :
  11. #> number of columns of result is not a multiple of vector length (arg 2)
Add Comment
Please, Sign In to add comment