Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Dataset from Text(base) does not work properly for file encoding which is different from encoding of system #264

Open
locherx opened this issue Sep 2, 2022 · 0 comments

Comments

@locherx
Copy link

locherx commented Sep 2, 2022

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=";")

fileEncodingLatin1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant