Import dataset function from RStudio? #9146
-
I often deal with new csv data from different sources and different formats: seperated by "," or ";" sometimes german Umlaute, sometimes not. The import dataset in the files tab was a useful function to get an useful read_... very quick. Is there a similar function within Positron? |
Beta Was this translation helpful? Give feedback.
Answered by
juliasilge
Aug 22, 2025
Replies: 1 comment 1 reply
-
I have two things to point you to:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
phahn57
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have two things to point you to:
.csv
directly from the File Explorer to pop it open in the Data Explorer, without using R or Python. You can read more about that in our docs (look for the bit about "directly opening") and I find it is often a helpful way to get an idea of what's in a file before setting up my main analysis.