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
RStudio 2022.07.1 Build 554 (and earlier versions) on Kubuntu 22.04.
Using menu File -> Import Dataset -> from Text(base) for LATIN1 (see attachement) translates to
DF <- read.csv("barplot1-latin-1.csv", encoding="LATIN1", sep=";")
instead of (the more useful)
DF <- read.csv("barplot1-latin-1.csv", fileEncoding="LATIN1", sep=";")
The text was updated successfully, but these errors were encountered:
RStudio 2022.07.1 Build 554 (and earlier versions) on Kubuntu 22.04.
Using menu File -> Import Dataset -> from Text(base) for LATIN1 (see attachement) translates to
DF <- read.csv("barplot1-latin-1.csv", encoding="LATIN1", sep=";")
instead of (the more useful)
DF <- read.csv("barplot1-latin-1.csv", fileEncoding="LATIN1", sep=";")
The text was updated successfully, but these errors were encountered: