I find it difficult to upload a file so that it does not lose its size. So here is where I am:
> mood_data <- read.table("http://www.psychology.mcmaster.ca/bennett/psy710/datasets/mood_data.Rdata")
If I do this, it just gives me all the information disorganized on one line. I also tried:
> mood_data <- url("http://www.psychology.mcmaster.ca/bennett/psy710/datasets/mood_data.Rdata") > load(mood_data)
If I do this, I get this strange material that makes no sense to me.
source share