Closed BLowman1 closed 3 years ago
@AJONES8, I'm not sure this is actually what you were asking for. It looks like the code chunk doesn't get evaluated. x <- c(1:10); y <- 5*x; plot(x,y)
x <- c(1:10); y <- 5*x; plot(x,y)
Looks good! Yes the code won't be evaluated; R isn't here on GitHub, which is only displaying the code and not evaluating it
@AJONES8, I'm not sure this is actually what you were asking for. It looks like the code chunk doesn't get evaluated.
x <- c(1:10); y <- 5*x; plot(x,y)