Dataset don't appear in environment

When I read in dataset with csv.read then the dataset don't appear in de environment.
But the code is correct (see picture below)

You need to assign the output of read.csv2 to a variable.

DF <- read.csv2(file.choose(), header = TRUE, sep = ";")

ow of course....thank you (sorry :flushed:)

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.