I am trying to use the data set: coultercounter but rstudio says there is no dataset with that name, although I imported it under that name. What am I doing wrong?
The data()
function is for loading built-in data sets (the ones that come whitin R packages) into your working environment. You can not and do not need to use it for externally imported data sets.
1 Like
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.