Question: So here is my RStudio code in R Markdown. ```{r} circledata
So here is my RStudio code in R Markdown.
```{r}
circledata <- read.csv(url("http://whitlockschluter.zoology.ubc.ca/wp-content/data/chapter11/chap11q24WalkingInCircles.csv"))
str(circledata)
head (circledata)
hist(circledata$angle)
```
So the error that I get is (error, expected token / ) for the first line of the read function of the code. I dont know why it would not like the slash as I copied the link shortcut exactly how it should be. Please help me fix the code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
