How could the content be improved?
write.csv(x = cats, file = "data/feline-data.csv", row.names = FALSE)
this command fails unless the directory data already exists. When doing a 'pick and mix' of episodes, this may not have been created earlier. Can we add the command
dir.create("data")
Which part of the content does your suggestion apply to?
https://swcarpentry.github.io/r-novice-gapminder/instructor/04-data-structures-part1.html#:~:text=write.csv(x%20%3D%20cats%2C%20file%20%3D%20%22data/feline%2Ddata.csv%22%2C%20row.names%20%3D%20FALSE)
How could the content be improved?
write.csv(x = cats, file = "data/feline-data.csv", row.names = FALSE)this command fails unless the directory data already exists. When doing a 'pick and mix' of episodes, this may not have been created earlier. Can we add the command
dir.create("data")Which part of the content does your suggestion apply to?
https://swcarpentry.github.io/r-novice-gapminder/instructor/04-data-structures-part1.html#:~:text=write.csv(x%20%3D%20cats%2C%20file%20%3D%20%22data/feline%2Ddata.csv%22%2C%20row.names%20%3D%20FALSE)