read_delim() in R fails to read a pipe “|” separated file vs read.table()
I´m unsuccessfuly trying to read a txt file separated with pipes “|” using readr::read_delim() function, it especificly fails reading the row number 77410 and add a missing value (NA) in a column and moves de values one column.