Skip to content
Prev 389848 / 398502 Next

[External] Error: unexpected symbol in "read.csv(12agosto.csv after installing Monterey

yes, follow David Winsemius' advice.

In this example, it looks not to be a mac issue, but a new R user issue.
The partial message in the subject says

read.csv(12agosto.csv

The correct syntax is to quote the name of a file, so it should be

read.csv("12agosto.csv")