working directory and getting data


i set my working directory but it wont then let me open my data help me please

The file path is relative to your working directory, which I suspect is not what you want.

This will probably work, but I would not recommend setting your working directory like you have:
read.csv("../data/classVitalstats.csv")

Use projects instead.

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.