Skip to content
Prev 387246 / 398502 Next

Read

Try this:
D44 \n51     D53\n60 D62         "
blank
Warning: 5 parsing failures.
row col  expected    actual         file
  1  -- 4 columns 3 columns literal data
  2  -- 4 columns 3 columns literal data
  4  -- 4 columns 3 columns literal data
  5  -- 4 columns 2 columns literal data
  6  -- 4 columns 3 columns literal data
# A tibble: 6 x 4
     x1 x2    x3    x4
  <dbl> <chr> <chr> <lgl>
1     1 B12   NA    NA
2     2 C23   NA    NA
3   322 B32   D34   NA
4     4 D44   NA    NA
5    51 D53   NA    NA
6    60 D62   NA    NA
Jim Holtman
Data Munger Guru

What is the problem that you are trying to solve?
Tell me what you want to do, not how you want to do it.


Jim Holtman
*Data Munger Guru*


*What is the problem that you are trying to solve?Tell me what you want to
do, not how you want to do it.*
On Mon, Feb 22, 2021 at 4:49 PM Val <valkremk at gmail.com> wrote: