You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike readLines(), readr::read_lines() doesn't have a skipNul=TRUE option. Hence it either chokes on null characters, or strings get truncated at the null character. Could a skipNul=TRUE option be implemented?
Unlike
readLines(), readr::read_lines() doesn't have askipNul=TRUEoption. Hence it either chokes on null characters, or strings get truncated at the null character. Could askipNul=TRUEoption be implemented?