Hi, I'm using read_csv() to read a data frame and it returns a warning message with a parsing issue. I try to use the problems() function with the data frame selected but nothing returns. Am I doing something wrong?

Hi, I'm using read_csv() to read a data frame and it returns a warning message with a parsing issue. I try to use the problems() function with the data frame selected but nothing returns. Am I doing something wrong?

The usage is just
problems()
but has to be done immediately after the message, before any other commands.
Thank you technocrat it worked!
This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.