Importing into envirnoment in R

Hi everyone

If got quiet a silly problem.

If Im using the "import()" function from the "rio" package, Im only able to import my data into the console but not into the environment. Is there an option to change the place, where i want to import my data to?

Can you show us the code you are using?

This normally would work.

xx  <-  import("mydata.csv")

Thanks, for your answer. I`ve always used it without the assigning function.

xx <-

Now it works perfectly.

This topic was automatically closed 21 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.